Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: How to restart a while loop that is iterating through each line of a file?

by CountZero (Bishop)
on Nov 29, 2016 at 07:00 UTC ( #1176770=note: print w/replies, xml ) Need Help??


in reply to How to restart a while loop that is iterating through each line of a file?

Or just populate the file once and then copy it 33 times? Only showing the 'copy' part here.
use Modern::Perl qw/2015/; use File::Copy; my $source = 'D:\Perl\scripts\data0.txt'; my $destination = 'D:\Perl\scripts\data'; copy( $source, "$destination$_.txt" ) or die "Copy failed: $!" for ( 1 + .. 33 );

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

My blog: Imperial Deltronics
  • Comment on Re: How to restart a while loop that is iterating through each line of a file?
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1176770]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2023-03-20 22:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (59 votes). Check out past polls.

    Notices?