I meant to alter the PDF with a signature, silly. 

Cheers,
Kevin

On Wed, Oct 03, 2001 at 12:37:55PM -0700, Curtis Poe ([EMAIL PROTECTED]) said something 
similar to:
> 
> Well, okay :)
> 
>     use strict;
>     use HTTP::Request::Common qw/POST/;
>     use LWP::UserAgent;
> 
>     my $ua = LWP::UserAgent->new;
>     my $data = [ review   => 1,
>                  name     => "Some Name",
>                  email    => "not\@home.com",
>                  field1   => "Anytown, WA",
>                  pubemail => "No" ];
> 
>     my $req = POST 'http://www.petitiononline.com/mod_perl/petition-sign.cgi?SSSCA', 
>$data;
> 
>     my $content = $ua->request( $req )->as_string;

-- 
[Writing CGI Applications with Perl - http://perlcgi-book.com]
Stupidity is the basic building block of the universe.  
        -- Frank Zappa

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to