use LWP::Simple 'getstore';
for (1..140){
getstore('http://www.squidfingers.com/patterns/patterns/img_'.$_.'.gi f',$_.'.gif');
print qq~
<table background="$_.gif" height="400" width="100%">
<tr>
<td align="center" valign="middle"><h1>$_</h1></td>
</tr>
</table>~
}
usage:
perl squid.pl > out.html
Squid.pl 0 Comments More | Login | Reply /