Help for this page

Select Code to Download


  1. or download this
    
    opendir(LOGS,".");
    ...
    closedir(LOGS);
    print join("\n",@val);
    
  2. or download this
    
    opendir(LOGS,".");
    ...
        print $_."\n";
    }