Például: #!/usr/bin/perl for ($x=1;$x<=208;$x++) { $oldal="http://vallaj.realweb.hu/vallaj/nn4/vallaj_".$x.".htm"; `wget "$oldal"`; }