Please read: Writeup Formatting Tipsuse warnings; use strict; use Data::Dumper; my $line = 'hello world'; my @words = ($line =~ m/[a-zA-Z0-9]+/g); print Dumper(\@words); __END__ $VAR1 = [ 'hello', 'world' ];
In reply to Re: Regex EOF
by toolic
in thread Regex EOF
by HatTemper
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |