1234567
#!/usr/bin/perl$url = "http://www.example.com/bestselling.html";for (i = 0;i <= 5; i++){ $web->get($url);};
$web->get("http://www.example.com/bestselling$_.html") for 1 .. 5;