Help for this page

Select Code to Download


  1. or download this
     struct somestruct <-----------
     {
    ...
    
     ...
    
  2. or download this
    ************
    
    ...
    
    perl_destruct(my_perl);
    perl_free(my_perl);
    
  3. or download this
    #!perl
    
    ...
        $_[0] = $a;
        $_[1] = $b;
    }
    
  4. or download this
    my $data = shift;
    
    ...
    {
            $data->pdata[$i]->vsomething->x = $whatever;
    }