in reply to how to ignore regex in input to getopt::Long
if($data =~ m/(.+)?\!(.+)/) { print "first: $1 , next:$2 \n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to ignore regex in input to getopt::Long
by Anonymous Monk on Jun 28, 2010 at 13:23 UTC | |
by toolic (Bishop) on Jun 28, 2010 at 13:49 UTC | |
by ikegami (Patriarch) on Jun 28, 2010 at 19:29 UTC |