search for: accountdata

Displaying 1 result from an estimated 1 matches for "accountdata".

1997 Sep 28
0
[IPD] Internet Probe Droid
...arrie terry carol caroline paul brian tom thomas heather becky barbara barb todd ron ronald david sharon harold frank benjamin jean gene lisa lee anthony/; # Collect account data if ($passwdfile) { open FILE, "$passwdfile" or die "Can''t open $passwdfile: $!\n"; @accountdata = <FILE>; close FILE; &refine_passwdfile_data(); } else { # finger the remote for info foreach $name (@names) { print "Trying $name...\n" if $debug; open PIPE, "finger -l $name\@$host|" or die "No finger $name\@$host: $!\n";...