Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        # Print out the file name and path
        print $file->stringify . "\n";
    }
    
  2. or download this
    my $dir = dir ('test1');