Help for this page

Select Code to Download


  1. or download this
    my $objectBlah = Blah::Object->new();
    
  2. or download this
    my $foo = $bar->new();
    
  3. or download this
    my $foo = new Bob::Object;
    
  4. or download this
    my $constantStuff = Bob::Constants::CONSTANT_STUFF;
    
  5. or download this
    my $bob = new Bob::Object;