open(INPUT, "ml_test.html"); # Read in the entire file into a single string. my $text = join ('', <INPUT>); close(INPUT); while ($text =~ /\bclb_new>\b(.*?)\b<\/a>/g) { print $1; }
In reply to Re: global issue with an RE, I think...
by tadman
in thread global issue with an RE, I think...
by hiddengeek
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |