Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Error message in log file is different from "die" message in code.

by halley (Prior)
on May 07, 2003 at 14:04 UTC ( [id://256206]=note: print w/replies, xml ) Need Help??


in reply to Re: Error message in log file is different from "die" message in code.
in thread Error message in log file is different from "die" message in code.

if ($socket == $server), see perlref:
    Using a reference as a number produces an integer representing its storage location in memory. The only useful thing to be done with this is to compare two references numerically to see whether they refer to the same location.

It's faster than using $socket eq $server because the arguments don't need to be converted to the "blessing=type" string format first.

--
[ e d @ h a l l e y . c c ]

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-18 18:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found