in reply to command line argument parsing (was: command line)
You probably want to look at using Getopt::Std or Getopt::Long
-- perl -pew "s/\b;([mnst])/'$1/g"