In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Djoko Priyono) wrote:
> > your best bet is to read the docs for CGI.pm. you can do that by > > typing: > > > > perldoc CGI this isn't as good a choice as the below for the simple reason that the docs would make the .pm file "friggin' huge" > > there is a section that deals with using upload() instead of param() to > > deal with file uploads. > > or visit http://stein.cshl.org/WWW/software/CGI/cgi_docs.html > it's a good tutorial. This still isn't always the best option as the cgi-docs.html file that COMES with a fresh install of CGI.pm is updated more frequently than the one on the website is. (for mysterious reasons known only to Lincoln :-) print pack "H*", "4a75737420416e6f74686572204d61635065726c204861636b65722c0d"; -- Scott R. Godin | e-mail : [EMAIL PROTECTED] Laughing Dragon Services | web : http://www.webdragon.net/ It is not necessary to cc: me via e-mail unless you mean to speak off-group. I read these via nntp.perl.org, so as to get the stuff OUT of my mailbox. :-) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
