|
Breathtaking Maui scenery, optimal sport fishing conditions, an experienced and courteous guide. Put it all together and you've begun to picture your Maui fishing experience. Whether you're a novice or experienced sport fishing enthusiast, you'll discover that fishing off Maui Hawaii is unlike any other sport fishing experience you've ever had.
Visit proven fishing grounds - many of which are accessible only by 4 wheel drive vehicles. Learn fishing techniques unique to Maui Hawaii and have a chance to catch the most sought after game fish in the Hawaiian Island Chain - The Ulua!!!
AM, PM, full day, evening and overnight expeditions available (please e-mail for info on overnights). No children under the age of 5, Children must be accompanied by a parent.
| 1/2 Day Trip
|
Full Day
|
| $97.00 |
$135.00 |
Check out our other Fishing Tours of Wonderful Maui. These are the premiere tours in all of Maui!
|
|
#!/usr/bin/perl
require "$ENV{'DOCUMENT_ROOT'}/inventory/settings2.lib";
require "lib/formatting.lib";
if ($ENV{'REQUEST_METHOD'} eq 'GET') {
# Split the name-value pairs from the query string (if existent)
@pairs = split(/&/, $ENV{'QUERY_STRING'});
}
elsif ($ENV{'REQUEST_METHOD'} eq 'POST') {
# Get the input from a POST operation
read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'});
# Split the name-value pairs from the posted information
@pairs = split(/&/, $buffer);
}
foreach $pair (@pairs) {
($name, $value) = split(/=/, $pair);
$value =~ tr/+/ /;
$value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
if($in{$name}) {
$in{$name} = $in{$name}.",".$value;
} else {
$in{$name} = $value;
}
}
print "Content-type: text/html\n\n";
print &Template("$templatefile");
if($in{'SKU'}) {
open(PRODFILE,"$ENV{'DOCUMENT_ROOT'}/inventory/inventory.txt");
($productline) = grep(/^$in{'SKU'}\t/,);
close(PRODFILE);
($sku,$prodname,$titler,$op1,$pri1,$op2,$pri2,$op3,$pri3,$op4,$pri4,$op5,$pri5,$op6,$pri6) = split(/\t/,$productline);
print &Cell("orderbegin");
if($op1) {
$optionname = $op1;
$optionprice = $pri1;
$isChecked = " CHECKED";
print &Cell("orderoption");
$isChecked = "";
}
if($op2) {
$optionname = $op2;
$optionprice = $pri2;
print &Cell("orderoption");
}
if($op3) {
$optionname = $op3;
$optionprice = $pri3;
print &Cell("orderoption");
}
if($op4) {
$optionname = $op4;
$optionprice = $pri4;
print &Cell("orderoption");
}
if($op5) {
$optionname = $op5;
$optionprice = $pri5;
print &Cell("hiddenoption");
}
if($op6) {
$optionname = $op6;
$optionprice = $pri6;
print &Cell("hiddenoption2");
}
print &Cell("orderend");
} else {
print qq~
No Product Selected to Order.
~;
}
print &Cell("footer");
exit;
|
|
| Maui Fishing
|
Discount Price
|
Description
|
| Offroad Shore Fishing
|
$97.00 |
Visit proven fishing grounds - many of which are accessible only by 4 wheel drive vehicles.
|
| Maui Deep Sea Fishing
|
$155.00 |
Deep sea fishing is synonymous with Maui Hawaii! Fishermen dream of catching 2,000 lb Marlin. |