Help for this page

Select Code to Download


  1. or download this
    $object->$code(@args);
    
  2. or download this
    $object->record( name => 'doit',
                     callback => sub {
                         my $caller=shift;
                         # ...
                     } );