Help for this page

Select Code to Download


  1. or download this
    open FILE, 'C:\Perl\Perl practice\test.txt' or die $!;
    
  2. or download this
      perl  name_of_test_script
    
  3. or download this
    perl -V
    
  4. or download this
    perl -e 'opendir(D,"."); print join($/,readdir(D)),$/'