Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Bug in Math::Pari ?

by hv (Prior)
on Nov 27, 2009 at 12:58 UTC ( [id://809735]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $f = eval { loadPari($meth) };
    return $f if defined $f;
    return;
    
  2. or download this
    $SIG{__DIE__} = sub {
      # propagate the die if we're under an eval
      (defined($^S) && !$^S) or die(@_);
      # now do the real stuff
      ...
    };
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-03-29 10:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found