Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $foo = Foo->new;
    $foo->dispatch('mysub1', '1,2,3');
    
  2. or download this
    prompt$ perl test.pl
    1
    2
    3