Help for this page

Select Code to Download


  1. or download this
              '__ANON__ called at Math/Pari.pm line 1148',
              '(eval) called at Math/Pari.pm line 1148',
    ...
              'login called at Net/SFTP.pm line 62',
              'init called at Net/SFTP.pm line 24',
              'new called at -e line 1'
    
  2. or download this
    sub can {
      my ($obj, $meth) = (@_);
    ...
      return $f if defined $f;
      return;
    }