Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use Inline C => Config => BUILD_NOISY => 1;
    ...
    
    $ret = foo('arg');
    print "Perl's \$\@ contains: $@\n\$ret: $ret\n";
    
  2. or download this
    From C: register_vm() has died at try.pl line 5.
    
    Perl's $@ contains: register_vm() has died at try.pl line 5.
    
    $ret: 0