Changeset 26745
- Timestamp:
- Jan 30, 2010, 1:06:33 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/ipp_image_path.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/ipp_image_path.pl
r26744 r26745 105 105 } elsif ($alternate) { 106 106 my $neb = $ipprc->nebulous(); 107 my $uris = $neb->find_instances($uri );107 my $uris = $neb->find_instances($uri,'any'); 108 108 my @files = map {URI->new($_)->file if $_} @$uris; 109 109 110 110 if ($#files > 0) { 111 111 $path = $files[1];
Note:
See TracChangeset
for help on using the changeset viewer.
