Help for this page

Select Code to Download


  1. or download this
    00    #!/usr/bin/perl
    01
    02    # parse the user list dump from nlist into 1 tsv file
    ...
    29       print "\tLast: $$user->{lastname}\n";
    30       print "\tGiven: $$user->{givenname}\n";
    31    }