my $path = "http://www.perlmonks.org/?node_id=1044;next="; foreach my $i (0..20) { my $url = $path . 15 * $i; }