Help for this page

Select Code to Download


  1. or download this
    use 5.010;
     ...
    ...
        $params{cheese} //= '-- bad cheese --'; # Provide cheesy default
        print "Cheese: $params{cheese}\n";
    }
    
  2. or download this
    @params{qw(cheese country state town)} = @parts;