Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    require Bar;
    my $bar = Bar->new();
    $bar->bar();
    
  2. or download this
    use strict;
    use warnings;
    ...
         
    my $bar = Bar->new();
    $bar->bar();