perl-module
Perl's Net::(SSH vs SSH2 vs OpenSSH) -- how should I compare them?
Looking to execute a perl script on a remote machine via a Perl script. Appears one option is to use system() function and create an ssh key so the password is not required. Which leads me to the focu[详细]
2023-02-10 21:51 分类:问答How do I use the Test::Unit::TestCase Perl CPAN module?
I have the following file: #!/usr/bin/perl use Test::Unit::TestCase; $self->assert(1) and when I run test.pl I get the following:[详细]
2023-02-10 16:13 分类:问答How do the executable scripts in Perl modules get the correct shebang line?
Generally, when a Perl module in开发者_如何转开发stalls an executable script, it somehow changes the #!/usr/bin/perl line to point to the appropriate Perl path. For example, if I used the perl install[详细]
2023-02-10 11:49 分类:问答Perl::WSDL. Generated methods in different directory than script
I am trying to write a script for using with op5/nagios. What it tries to do is to connect to database an get a value there, and then send a request to a webservice and match the response from the web[详细]
2023-02-08 15:20 分类:问答WWW:Mechanize Form Select
I am attempting to login to Youtube with WWW:Mechanize and use forms() to print out all the forms on the page after logging in.My script is logging in successfully, and also successfully navigating to[详细]
2023-02-08 05:39 分类:问答Perl extension installation - unable to run nmake
I am trying to install a module using cpan on XAMPP.I am running Windows 7. Immediately after this prompt is given:[详细]
2023-02-07 20:57 分类:问答Perl 5 - Iterator
I have implemented a simple iterator in perl.I normally work with C#, and use iterators and functional programming quite frequently.So I thought it would be simple to get some basics working in perl.[详细]
2023-02-07 11:56 分类:问答Googling within a Perl script? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-06 23:30 分类:问答How do I use a certain version (or higher) of a perl module in my perl script?
I\'m using Term::ANSIColor开发者_如何学运维 in my Perl script to do colorization of terminal output, and I am using the colorstrip function, which was only added in Term::ANSIColor version 2.01, accor[详细]
2023-02-06 19:09 分类:问答How to run .exe in background, created from perl script by using pp module of perl PAR
I am using PAR:Packager to create exe from perl. I wish to make .exe with hidden functionality especially for wind开发者_JAVA百科ows i.e. executing in background for those system where active perl is[详细]
2023-02-06 16:20 分类:问答