in reply to Re: Newbie question, advice appreciated
in thread Newbie question, advice appreciated

This is all good, but I'd use a regex to dice up the line rather than split and all that shifting, popping, and joining.

my ($description, $function) = /^#\s?STANDARD\s+(.*?)\s+(\S+)\s*$/;
-sauoq
"My two cents aren't worth a dime.";