Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: incrementing already existing file

by broomduster (Priest)
on Feb 28, 2011 at 00:31 UTC ( [id://890481]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    close (MYFILE);
    close (NEWF);
    
  2. or download this
    open( .... ) or die "could not open file: $!";
    
  3. or download this
    #my $chn[$count];
    
    #my $chn2[$count2]
    
  4. or download this
    my( @chn, @chn2 );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-03-28 16:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found