Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: Re: Re: Re: A Perl aptitude test

by BrowserUk (Patriarch)
on May 15, 2003 at 16:17 UTC ( [id://258429]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    open FH, '<', 'test1.dat' or die $!;
    my %h; $h{FH}=FH;
    flock( $h{FH}, 2);
    close $h{FH}
    
  2. or download this
        ....
        {
    ...
             # do the thing that conflicts with strict.
        }
        ....
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (2)
As of 2024-03-19 03:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found