Help for this page

Select Code to Download


  1. or download this
    # perl code
    {
      my $static_var = 0;
      sub return_it { return $static_var }
    }
    
  2. or download this
    SV* tmp = POPs;
    Perl_sv_dump(my_perl,tmp);