Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: How can I create an array of filehandles?

by perlmonkey (Hermit)
on Apr 25, 2000 at 08:09 UTC ( [id://8882]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(FILE, "myfile.txt")
    $file = *FILE
    
  2. or download this
    print $file "Hello File";
    close $file;
    
  3. or download this
    #!/usr/bin/perl
    
    my @filehandles;
    ...
        close $file;
        $count++;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-19 07:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found