Help for this page
open (LIST, "<$listdir/$list"); my @list = <LIST>; ... close (LOG); }
my $name = 'Ben Kittrell'; $name=~s/^(.+)\s(.).+$/\L$1$2/g; my $nick = 'tha' . $name . 'sta';