Help for this page

Select Code to Download


  1. or download this
        my $user_id = "";
        foreach my $key (sort keys(%ENV)) {
          if ($key =~ /QUERY_STRING/) {
    ...
            #print "$user_id<p>";
          }
        }
    
  2. or download this
    my @ts_dir = $ENV{QUERY_STRING};
    my $user_id = $ENV{IWUSER};
    
  3. 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: $!";
    }
    
  4. or download this
    for my $testfn (
        "a/b/c",
        'a\b\c',
    ...
    
    ( a.ext )
            (a.1272-1316599567.ext)
    
  5. or download this
    for my $testfn (
        "a/b/c",
    ...
    
    ( a.ext )
            (16.3924-1316599650.568747)