- or download this
u880 name: Gabe Girard
u881 name: Gabriel Rigg
u882 name: Genna Bourget
... for about 263 of them
- or download this
fkasierderrick::1333:20::::Freya Kasier Derrick
grigg::1460:20::::Gabriel Rigg
omeara::1025:20::::Gary O'Meara
- or download this
#!/usr/bin/perl
...
close USERNUMS;
close SHORTNAMES;
- or download this
while (<SHORTNAMES>) { # loop through all lines of shor
+tnames
my ($longname,$shortname) = (split /:/)[7,0]; # seperat
+e by those ugly colen
...
while (($templong,$tempshort) = each(%finishedusers)) {
print "long: $templong \n short: $tempshort \n\n
}
- or download this
Global symbol "$oldserv" requires explicit package name at doctrans2.p
+l line 6.
Global symbol "$newserv" requires explicit package name at doctrans2.p
+l line 7.
...
Global symbol "$longname2" requires explicit package name at doctrans2
+.pl line 29.
Global symbol "%finishedusers" requires explicit package name at doctr
+ans2.pl line 30.
Execution of doctrans2.pl aborted due to compilation errors.