Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $path = '//myuncserver/wwwroot$';
    my @entry = stat($path) or die "Couldn't stat $path : $!";
    print Dumper(@entry);
    
  2. or download this
    <%@ LANGUAGE="perlscript" >
    <%
    ...
    PerlScript Error error '80004005' 
    (in cleanup) Couldn't stat //myuncserver/wwwroot$ : No such file or di
    +rectory 
    /testdir/walk2.asp, line 8