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