Help for this page

Select Code to Download


  1. or download this
    opendir DIR,"C:/" or die "Cannot read from dir C:/ $!";
    for (readdir(DIR)) {
      # do something...
    }
    closedir DIR;
    
  2. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.