Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: strict isn't everything

by jarich (Curate)
on Jun 12, 2002 at 02:40 UTC ( [id://173718]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if( $_file_name !~ /^(\s*)$/ ) {
    ...}
    
  2. or download this
        # Need binmode or Win32 systems will convert end-of-line chars
        binmode OUTPUT;
    ...
                last READ_FILE if ( $stats[7] > MAX_FILE_SIZE )
            }
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-20 02:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found