Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

errno in XS not propagating to $! - breaks Net::SSLeay

by nobull (Friar)
on Feb 14, 2008 at 16:32 UTC ( [id://667963]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub AUTOLOAD {
        # This AUTOLOAD is used to 'autoload' constants from the constant(
    +)
    ...
        eval "sub $AUTOLOAD { $val }";
        goto &$AUTOLOAD;
    }
    
  2. or download this
    static double
    constant(char* name)
    ...
        errno = ENOENT;
        return 0;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found