Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            'FooHaHa, TX 76401'     ]   );
    
    print $c->state;
    
  2. or download this
    package MyBaseClass;
    
    ...
    }
    
    1;
    
  3. or download this
    package Address;
    
    ...
    }
    
    1;