Help for this page

Select Code to Download


  1. or download this
    package Cool;
    use strict;
    ...
        }
    }
    "That's cool man";
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $obj = Cool->new( qw(foo bar baz) );
    $obj->bar = "A better way of doing this";
    print $obj->bar, "\n";