Help for this page

Select Code to Download


  1. or download this
    open PASSWD, "ypcat passwd|";
    while (<PASSWD>) {
      print;
    }
    close PASSWD;
    
  2. or download this
    join(' ', @list);
    
  3. or download this
    print @nis_passwd;