See. perlre for more info.my $str = 'blah @letters12345andsoon. blah'; my($data) = $str =~ /@(\w+)\./; print "got - $data\n"; __output__ got - letters12345andsoon
_________
broquaint
In reply to Re: Pattern Matching help needed
by broquaint
in thread Pattern Matching help needed
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |