First  |  Prev |  Next  |  Last
Pages: 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
installing Net::SSH::Perl
Hi There, I've been trying to install "Net::SSH::Perl" from cpan(http:// search.cpan.org/~turnstep/Net-SSH-Perl-1.34/lib/Net/SSH/Perl.pm) because i need an ssh connection to a client but i'm having serious issues. I've been trying to install it with perl -MCPAN -e 'install Net::SSH::Perl' and by choosing all th... 28 May 2010 13:44
FAQ 5.34 How do I dup() a filehandle in Perl?
This is an excerpt from the latest version perlfaq5.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 28 May 2010 06:03
FAQ 3.19 How can I make my CGI script more efficient?
This is an excerpt from the latest version perlfaq3.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 27 May 2010 18:08
Force Perl cgi to run as specific id under IIS
I'm trying to force perl cgi scripts to run under a specific user id under IIS. When the cgi script is in a virtual directory where anonymous access is enabled the perl script does run as id supplied in the directory security tab. However, if authentication is enabled, such as Integrated Windows Authentication th... 29 May 2010 13:32
FAQ 8.10 How do I read and write the serial port?
This is an excerpt from the latest version perlfaq8.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 27 May 2010 12:36
FAQ 5.1 How do I flush/unbuffer an output filehandle? Why must I do this?
This is an excerpt from the latest version perlfaq5.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 27 May 2010 07:03
FAQ 5.10 How can I use a filehandle indirectly?
This is an excerpt from the latest version perlfaq5.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 27 May 2010 00:36
FAQ 8.43 How do I open a file without blocking?
This is an excerpt from the latest version perlfaq8.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 26 May 2010 06:57
Reference to a function return
Hello, In the expressions my $ref = \foo(); or my $ref = \$myobj->foo $ref is a reference to a scalar, even if the foo function returns an array (in that case, $ref points to an element of array...) Do you know why ? Thanks. ... 26 May 2010 08:02
FAQ 8.20 How can I call my system's unique C functions from Perl?
This is an excerpt from the latest version perlfaq8.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 25 May 2010 12:24
First  |  Prev |  Next  |  Last
Pages: 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57