Help for this page

Select Code to Download


  1. or download this
    my @files = glob ('*.*');
    print "",join("\n",@files),"\n"
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    print "@files\n";
    print "@directories\n";