Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Perl Misc (http://www.velocityreviews.com/forums/f67-perl-misc.html)
-   -   How to upload some file on web server (http://www.velocityreviews.com/forums/t892057-how-to-upload-some-file-on-web-server.html)

max 04-27-2005 12:17 PM

How to upload some file on web server
 
a.. How to upload some file on web server (FTP?) with single Perl script.
b.. Where I can found Perl FAQ in PDF, or Zip file?
Tnx.

Tom



Gunnar Hjalmarsson 04-27-2005 12:40 PM

Re: How to upload some file on web server
 
max wrote:
> a.. How to upload some file on web server (FTP?) with single Perl script.


A convenient way is by using the CPAN module CGI::UploadEasy.

http://search.cpan.org/perldoc?CGI%3A%3AUploadEasy

> b.. Where I can found Perl FAQ in PDF, or Zip file?


Don't know about PDF or zip, but you find an overview of available
online docs at http://www.perl.org/docs.html

Assuming you are on a Windows box, I recommend that you install the
bundle at http://www.indigostar.com/indigoperl.htm

That gives you Perl with Apache and PHP, and you get the whole Perl docs
(incl. the FAQ) conveniently available as HTML pages.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

max 04-27-2005 09:12 PM

Thanks. Indigo Perl is best Perl - PHP - My SQL All in one solution.
 
Thanks. Indigo Perl is best Perl - PHP - My SQL All in one solution.

"Gunnar Hjalmarsson" <noreply@gunnar.cc> wrote in message
news:3d9fjrF6p56etU1@individual.net...
> max wrote:
> > a.. How to upload some file on web server (FTP?) with single Perl

script.
>
> A convenient way is by using the CPAN module CGI::UploadEasy.
>
> http://search.cpan.org/perldoc?CGI%3A%3AUploadEasy
>
> > b.. Where I can found Perl FAQ in PDF, or Zip file?

>
> Don't know about PDF or zip, but you find an overview of available
> online docs at http://www.perl.org/docs.html
>
> Assuming you are on a Windows box, I recommend that you install the
> bundle at http://www.indigostar.com/indigoperl.htm
>
> That gives you Perl with Apache and PHP, and you get the whole Perl docs
> (incl. the FAQ) conveniently available as HTML pages.
>
> --
> Gunnar Hjalmarsson
> Email: http://www.gunnar.cc/cgi-bin/contact.pl





All times are GMT. The time now is 11:01 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57