Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
      $obj_t->t_set_remote(q(This is a test));
      print q(>> ) . $obj_t->t_get_remote . qq( <<\n);
    ## END Main
    
  2. or download this
    package T4;
    
    ...
    ## End Main ##
    
    1;
    
  3. or download this
    package T4::MyMod;
    
    ...
      }
    1;