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

while(<>) { ... } considered harmful

by IlyaM (Parson)
on Sep 07, 2002 at 23:22 UTC ( [id://195926]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Modification of a read-only value attempted at /usr/share/perl5/Net/DN
    +S/Resolver.pm line 235.
    Compilation failed in require at /usr/share/perl5/Net/DNS.pm line 23.
    BEGIN failed--compilation aborted at /usr/share/perl5/Net/DNS.pm line 
    +23.
    ...
    BEGIN failed--compilation aborted at /usr/share/perl5/Mail/CheckUser.p
    +m line 30.
    ....
    ....
    
  2. or download this
    ....
    
    sub res_init {
    ...
    ....
    res_init()
    
  3. or download this
    map { require Net::DNS } 1;
  4. or download this
    map { while(<>) { } } 1;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://195926]
Approved by dws
Front-paged by Ovid
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-20 13:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found