SyntaxFix
Write A Post
Hire A Developer
Questions
Long time no Perl
while(<STDIN>) { next unless /:\s*(\S+)\s+\(([^\)]+)\)\s*(\*?)/; print "|$1|$2|$3|\n"; }