I\'m a beginner in Perl and I\'m trying to build in my head the best ways of structuring a Perl program. I\'m proficient in Python and I\'m used to the pythonfrom foo import bar way of importing funct
I\'m new to Perl-HTML things. I\'m trying to fetch both the texts and links from a HTML table. Here is the HTML structure:
It 开发者_开发知识库seems some (many?) modules on CPAN are partly implemented in C using XS, and can fall back to a pure-perl implementation if necessary. While this is smart, it can obviously hurt pe
I am experiencing a problem with using a constant defined in a configuration file. This is my package:
I have a Perl module (Module.pm) that initializes a number of variables, some of which I\'d like to import ($VAR2, $VAR3) into additional submodules that it might load during execution.
I am completely new to perl and have just been learning it. I came across this script I need to run that has some network Tstat trace data. However, I get an error \'Cannot parse date.\'
I\'ve got 64-bit Vista with ActiveState Perl \"v5.10.0 built for MSWin32-x64-multi-thread\" and I\'m trying to get the Crypt::SSLeay package installed along with versions of libeay32.dll and ssleay32.
I am using the macports in snow leopard. I wanted to install certain perl modules to be able to run a script. The DateTime module to be exact. How do I do this? I tried using the following command.
Update from FMc I\'m putting a bounty on this question, because I\'m puzzling over the same problem. To rephrase the question, how do you implement application-level options (those that apply to an e
At $work, we maintain a set of Perl modules at a central location for easy inclusion via PERL5LIB. As there is a re-installation ahead and we need to provide the modules for both 32 and 64 bit archite