Help for this page

Select Code to Download


  1. or download this
    sub receive {
       my $self = shift;                                  # Perl OO mantra
    + ...
    ...
       }
       1;
    }
    
  2. or download this
    sub send {
       my $self = shift;
    ...
       }
       1;
    }