Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;                                                           
    +        use POSIX;
    ...
    foreach my $n ($smb->readdir($fd)) {print $n,"\n";}
    closedir ($fd);
    
  2. or download this
    Not enough space at ./smbtest.pl line 45.