in reply to Simple Perl, to get me started.
It looks like you have all of the pieces necessary to do your task except for if. See length, print, split, etc for details on the commands being used.
For the part you have not been shown: if (BOOL) {...} elsif (BOOL) {...} else {...}
--MidLifeXis
|
|---|