in reply to Re: Unmatched [ in regex; marked by <-- HERE in m/[ <-- HERE ^]/ (solved)
in thread Unmatched [ in regex; marked by <-- HERE in m/[ <-- HERE ^]/
GetOptions ( 'sub' => \& ) @aminos= qw (A R N D C Q E G H I L K M F P S T W Y V B Z X); sub a { if( "$substr1$substr2" =~ /[^@aminos]/ ) ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Unmatched [ in regex; marked by <-- HERE in m/[ <-- HERE ^]/ (updated)
by LanX (Saint) on Apr 29, 2014 at 01:13 UTC | |
by RonW (Parson) on Apr 29, 2014 at 16:41 UTC | |
by LanX (Saint) on Apr 29, 2014 at 17:01 UTC | |
by AnomalousMonk (Archbishop) on Apr 30, 2014 at 11:07 UTC | |
|
Re^3: Unmatched [ in regex; marked by <-- HERE in m/[ <-- HERE ^]/
by AnomalousMonk (Archbishop) on Apr 29, 2014 at 08:08 UTC |