- or download this
$ grep "mailto" pm.txt | wc
2 2 65
...
333 333 18647 out1.txt
$ wc pm.txt
385 385 18779 pm.txt
- or download this
#!/usr/bin/perl -w
$url="www.page.com/test/index.html";
...
}
}
print "$_\n" for @search_ready;
- or download this
#!/usr/bin/perl -w
$url="www.page.com/test/index.html";
...
}
}
print "$_\n" for @search_ready;