Help for this page

Select Code to Download


  1. or download this
    
    foreach(readdir(PRINT))
    {
      #do work
    }
    
  2. or download this
    #Skip . and ..
    if(($_ eq ".") or ($_ eq ".."))
    {next;}