Help for this page

Select Code to Download


  1. or download this
    my $directory = File::Spec->catfile(my @path, my $directoryTest);
    
  2. or download this
    my $directory = File::Spec->catfile(@path, $directoryTest);
    
  3. or download this
    use strict;
    use warnings;
    ...
    foreach my $file (@file) {print "$file\n";}
    
    closedir DIR;             #close directory