Help for this page

Select Code to Download


  1. or download this
        $req = Apache->request();
    
  2. or download this
        my $new_human = new Person (name => 'Bob'); # Always 'Bob'...
    
  3. or download this
        my $new_human = Person->new(name => 'Bob'); # Still 'Bob'...