Help for this page

Select Code to Download


  1. or download this
    $hashoffiles->{$streamID}->{$filename} = (modsize, group, user etc...)
    
  2. or download this
    Can't use string ("1") as a HASH ref while "strict refs" in use at E:\
    +Inetpub\cgi-bin\wms.pl line 176.
    
  3. or download this
    foreach my $dir (@dirList) 
    {
    ...
        
        }, follow => 0}, "$dir";
    }
    
  4. or download this
    
    foreach $key (sort keys %$hashOfFiles) 
    ...
            print "$file - $filename, $filepath, $mode2 $user2, $group2, $
    +size2, $mtime2<br>";
           }
    }