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