Help for this page
my @fixCur =($hardwareValue1, $hardwareValue2); checkCurrency(@fixCur); ... } } }
open(PDF, "LeasevsBuy.pdf") or die "could not open PDF [$!]"; ... print "Content-Length: " .length($output) . "\n\n"; print <PDF>;