Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -MData::Dump -le
    "use warnings;
    ...
     $disp{bar}(99, 88);
    "
    dispatch via unknown agent '_x_BAM' at -e line 1.
    
  2. or download this
    c:\@Work\Perl\monks>perl -MData::Dump -le
    "use warnings;
    ...
     Dispatch::me('bar', 99, 88);
    "
    dispatch via unknown agent '_x_BAM' at -e line 1.