i need some perl code for the following problem. thanks in advance for your efforts. my input is in a file in this format: \'name\'\'version number\'
How do I overcome \"Please login with USER and PASS.\" \"Passive mode refused.\" errors? - when attempting a CPAN module install from within the cpan shell / cpan> prompt
I am trying to compile a portable version of perl containing a CPAN module, specifically the YAML module. I intend to be able copy this portable version into my home directory on numerous Redhat Linux
As long as I can remember, whenever I use a module I include ause line at the beginning of my code. Recently I was writing two Moose object modules that use each other. Look at this over-simplistic e
When looking through some code I took over, I came across this line: my @files = My::Module::DB::raw_info->search_like(customer_handle => $config->{client}, feed => $config->{site}, a
I need a Perl script which takes numbers as input example 222 and it should outpu开发者_运维技巧t as two hundred twenty two.Use Lingua::EN::Numbers - turn \"407\" into \"four hundred and seven\", etc.
I have a separate servers running with postgres and Nagios. I want to use \"psql_replication_check.pl\" with nagios to monitor the post开发者_如何转开发gres replication status. This check script requi
I need to parse the user-agents in HTTP-headers from a text file so as to determine the browser, the version, the OS and possibly the device. so few examples of those lines are:
Currently I am making a new module and I was wondering how could I implement in my module 2 things. We often see the use like:
I\'m pretty new to Perl/HTML. Here is what I\'m trying to do with WWW::Mechanize and HTML::TreeBuilder: