Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] utf form problems



steven smith <sjs@example.com> writes:

> Marty Pauley wrote:
> my $input = undef;
> if (exists $ENV{CONTENT_LENGTH}) {
>    read(STDIN,$input,$ENV{CONTENT_LENGTH},0);
> }

Yikes! Very natsukashii, but you should stop that before you hurt
yourself ;)

>> You're reading stdin directly!?  Don't do that.
> ?? what else would one do?  

You could use the CGI.pm module. 

A look at some of the tutorials listed here might get you onto the right
track.

http://www.perlmonks.com/?node_id=519640

Dave


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links