However, I'm not receiving any matches! :(do { my @profiles = $mech->content =~ /\.cf +m?member=(.*)\" class=/g; chomp @profiles; foreach my $parse (@profiles) { if (@profiles){ $numPro++; open (OUT, $proList) || p +rint "cant open profiles file!"; print OUT "$parse\n"; close(OUT); } } $currPage++ ; print "$currPage $numPro\n\n"; } while ( $currPage <= 50 );
In reply to Pattern Matching Issues by 80degreez
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |