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