in reply to Re^3: Download PDF
in thread Download PDF

THe example above was mod_perl, you probably got that error because 1) you are not using mod_perl or 2) you are calling your Apache object something other than $r. In the case of #1, a CGI.pm example follows:
use CGI qw(:standard); print header( 'type' => 'application/pdf', 'attachment' => 'adobe.pdf' );

Don
WHITEPAGES.COM | INC

Edit by castaway: Closed small tag in signature