- or download this
my $user_id = "";
foreach my $key (sort keys(%ENV)) {
if ($key =~ /QUERY_STRING/) {
...
#print "$user_id<p>";
}
}
- or download this
my @ts_dir = $ENV{QUERY_STRING};
my $user_id = $ENV{IWUSER};
- or download this
#!I:\Interwoven\TeamSite\iw-perl\bin\iwperl -T --
use strict;
...
copy( $filename->handle, $destination_filename ) or die "Copy to
+( $destination_filename) failed: $!";
}
- or download this
for my $testfn (
"a/b/c",
'a\b\c',
...
( a.ext )
(a.1272-1316599567.ext)
- or download this
for my $testfn (
"a/b/c",
...
( a.ext )
(16.3924-1316599650.568747)