/me eats his words.
You are 100% correct. Here is an example (that I had to run to beleive it).
my $test = "Hello world!"; print "Matched\n" if $test =~ /(Hello)/; print "\$1 = $1\n"; print "Matched\n" if $test =~ /world/; print "\$1 = $1\n"; __DATA__ Matched $1 = Hello Matched $1 =
In reply to Re^6: Two hash keys created when '.' is in the string
by eric256
in thread Two hash keys created when '.' is in the string
by yacoubean
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |