#!/usr/bin/perl #print "Zahl eingeben: "; #chomp($zahl = ); for ($zahl = 1; $zahl <= 10; $zahl++) { printf "Bild_%03d.jpg\n" ,$zahl; }