Help for this page

Select Code to Download


  1. or download this
    while(($name,$pass,$uid,$gid,$quota,$comment,$gcos,$dir,$shell) = getp
    +went()) {
      if(!($shell =~ m/false/ || m/null/ || m//)) {
      print blah...
      }
    }
    
  2. or download this
    ...
    while(<PW>) {
      ($name,$pass,$uid,$gid,$quota,$comment,$gcos,$dir,$shell) = split(/:
    +/);
       print blah...
    }