Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: writing blank array to file?

by bikeNomad (Priest)
on Jun 18, 2001 at 20:09 UTC ( [id://89346]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     my $num = 1;
     print map { $num++, " $_" } @myArray;
    
  2. or download this
    foreach my $i (0..$#chunk) {
     print TO_WRITE $chunk[$i] unless $i == $number;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (9)
As of 2024-04-23 17:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found