Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Multiple file handles

by cavac (Parson)
on Feb 03, 2023 at 11:19 UTC ( [id://11150119]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    use strict;
    ...
    }
    close $datafh;
    print "Done\n";
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    $dbh->commit;
    
    print "Done\n";
    
  3. or download this
    #!/usr/bin/env perl
    
    use strict;
    ...
        $sth->finish;
        print "\n\n";
    }
    
  4. or download this
    Most populated zip codes
    ========================
    15864;16121159
    ...
    Zip codes without census
    ========================
    99999;fd5f56b40a79a385708428e7b32ab996a681080a166a2206e750eb4819186145
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-18 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found