output:#!/usr/bin/perl5.005 use strict; use re 'eval'; for (("a", "b", "c")) { m# (\w) (?{ print $1 }) #ox; print "\n---\n"; }
Any insight would be appreciated... (& you could save the life of a beautiful reg-ex!)--- b --- c ---
In reply to use re 'eval' by faure
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |