Help for this page

Select Code to Download


  1. or download this
    class SendRecv {
       send{}
    ...
      use base qw(SendRecv)
      ....
    }
    
  2. or download this
    class SendRecv {
       send{}
    ...
      }
      ....
    }