Help for this page

Select Code to Download


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