Ged Haywood wrote:
Hi Stas,

On Wed, 3 Dec 2003, Stas Bekman wrote:


my $post_data = STDIN;

I don't think so, Ged. The above code will assign the STDIN filehandle to $post_data. ;)


'Sfunny, I've been using that for years...

I wonder if something's happening that I don't know about?

I suppose you forgot to mention the diamond operator:


my $post_data = <STDIN>;

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to