Help for this page

Select Code to Download


  1. or download this
    open PWD,"</etc/passwd" or die "Cannot open: $!";
    while (<PWD>) {
    ...
       print "$name,$id\n";
    }
    close PWD;
    
  2. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.