- or download this
use LWP::UserAgent;
- or download this
sub Jammer_hoor {
- or download this
if ( $nummer !~ m/\b\d{3}-\d{7}\b/ ) {
- or download this
if ( $info !~ m/Naam:/g ) {
- or download this
$info =~ s/\s+/ /gi;
- or download this
#filter out all the adds and links
$info =~ s/$nummer//gi;
...
$info =~ s/Plaats: /\n/g;
$info =~ s/Postcode: /\n/g;
$info =~ s/Fax: /\nfax: /g;
- or download this
for ($info) {
#filter out all the adds and links
...
s/<.*?>//g;
...
}
- or download this
print "$info";