I think you mean:
#!/usr/bin/perl # + + while ( my $user = (getpwent())[0]) { print $user,"\n"; } [download]
/J\
In reply to Re: printing passwd file by gellyfish in thread printing passwd file by madmonster99