Help for this page

Select Code to Download


  1. or download this
    SV*
    myfunc()
    ...
            RETVAL = newRV_noinc((SV*)hash);
        OUTPUT:
            RETVAL
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    my $d : shared;
    
    $d = mymodule::myfunc();
    
  3. or download this
    Invalid value for shared scalar at ./a.pl line 15.