Help for this page

Select Code to Download


  1. or download this
    #!/usr.bin/perl
     
    ...
        $class->$method;
    }
    
  2. or download this
    #!/usr.bin/perl
     
    ...
       my ($self) = @_;
       print "I'm alive\n";
    }