http://qs321.pair.com?node_id=586446


in reply to Why am I getting "premature end of script header"?

#!/usr/bin/perl print "Content-type: text/html\n\n"; print "here we go again..."; eval { require LWP::UserAgent; require HTTP::Request::Common; import HTTP::Request::Common; my $ua = LWP::UserAgent->new; my %post; my $content = $ua->request(POST "http://www.cnn.com", [%post]) +->as_string; print $content; }; if (@$) { print "ERROR: @$"; } print "more stuff would happen here";

Replies are listed 'Best First'.
Re^2: Why am I getting "premature end of script header"?
by ikegami (Patriarch) on Nov 28, 2006 at 18:57 UTC
    A reply falls below the community's threshold of quality. You may see it by logging in.