- or download this
use strict;
use warnings;
...
$bar-> frob;
$foo-> blurt;
$bar-> blurt;
- or download this
Foo Foo
Bar Foo
Foo Foo
Bar Bar
- or download this
sub setObjNum
{
...
$self->traverse(0, $objnode, \&_setObjNumCB, [$objnum, $gennum]);
return;
}
- or download this
$self->$func($objnode, $funcdata);