Help for this page

Select Code to Download


  1. or download this
    use lib 'S:\incubator\ex\Hello.pm';
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $obj = Hello->new( sample_data => 'hello world',
                          more_data   => 'blah blah blah' );
    $obj->sample_method();