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


in reply to Upload stuff to server

I hope you are able to write HTML? If so you should start learning Perl and learn to use CGI.pm (wich is the CGI module in Perl).
Do you know the perldocs?
You can run them on your commandline.
For CGI it would be:
perldoc CGI
These documents will help you a lot.
There is also a book wich covers CGI.pm. It is published by O'Reilly, who have many other brilliant books as well, and it is called CGI Programming with Perl, 2nd Edition

snadra

Replies are listed 'Best First'.
Re: Re: Upload stuff to server
by tja_ariani (Acolyte) on Aug 14, 2003 at 08:25 UTC
    Yea I write C and Java, so I have no problem with reading purely Perl language. For the web programming I used ASP and now need to use CGI instead. I looked at the O'Reilly but the book does not seem to have things for uploading file. Do you have some other advice? Thanks
      In my copy of the O'Reilly "CGI programming with Perl", it's pages 97-102...referenced in the index as "uploading files, handling with CGI.pm". I find the index (usually found at the back of the book) particularily helpful when looking up information :)

      Cheers, Ben.