Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    #use warnings;
    ...
    my $obj = new PapaCat();
    
    $obj->pipe_test();
    
  2. or download this
    package PapaCat;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    package Kitty;
    use strict;
    ...
    );
    
    1;