Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Perl 5.8.3 and Solaris 8, use Socket problem?

by bl0rf (Pilgrim)
on Apr 25, 2004 at 19:41 UTC ( [id://348000]=note: print w/replies, xml ) Need Help??


in reply to Perl 5.8.3 and Solaris 8, use Socket problem?

I would try something like:
{ no warnings; use POSIX; }
Being a warning, I assume this doesn't interfere with the execution of your program, and you could safely ignore it. If you don't want users to see it, take out the use warnings or the -W switch from your script when you're done development.

Replies are listed 'Best First'.
Re^2: Perl 5.8.3 and Solaris 8, use Socket problem?
by blue_cowdawg (Monsignor) on Apr 25, 2004 at 19:53 UTC

    I'm going to try those ideas. I'm just wondering if there is something evil that building Perl on that machine did to Perl itself.

      gcc 2.95 might also be an issue. 3. is widely believed to solve some quirky anomalies.

Log In?
Username:
Password:

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

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

    No recent polls found