shekhar has asked for the wisdom of the Perl Monks concerning the following question:
my $evalstr = <<EOEVAL; my \@fields = (\$val =~ /\$ivalue/$modifiers); if (\@fields) { for (\$j = 0; \$j < \@fields; \$j++) { \$self->{_regex_vars}[\$c]{\$tag}[\$j+1] = \$fields[\$j] } 1 } else { -1 } EOEVAL
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Global symbol
by dave_the_m (Monsignor) on Jun 19, 2008 at 14:05 UTC | |
|
Re: Global symbol
by psini (Deacon) on Jun 19, 2008 at 14:02 UTC | |
by Fletch (Bishop) on Jun 19, 2008 at 14:14 UTC | |
by psini (Deacon) on Jun 19, 2008 at 14:54 UTC | |
by Narveson (Chaplain) on Jun 21, 2008 at 05:11 UTC | |
by shekhar (Initiate) on Jun 20, 2008 at 05:18 UTC |