Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
          ->dispatch_to('sendMsg2ABC')
          ->handle;
    1;
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
            my($class,$data)=@_;
    
    ...