in reply to Re^2: Partial string match -- with a twist.
in thread Partial string match -- with a twist.
if ($key =~ m/(node[0-9]*)/) { print "You entered " .$1. ":" . $ref->{$1}. "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Partial string match -- with a twist.
by smw6181 (Initiate) on Jul 20, 2012 at 14:52 UTC | |
|
Re^4: Partial string match -- with a twist.
by smw6181 (Initiate) on Jul 20, 2012 at 15:03 UTC |