Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print " is a dir.\n";
      }
    }
    
  2. or download this
    file1.txt
    filetest.pl
    folder -> file2.txt
              file3.txt
    
  3. or download this
    file1.txt is a file.
    filetest.pl is a file.
    folder is a dir.
    
  4. or download this
    file2.txt is a dir.
    file3.txt is a dir.