perl-module
Simplified default parameters handling within a perl OO package
Here is the important subset of what I have: sub logger { my $self = shift; my %def =( type => $self->{options}{name},[详细]
2023-04-10 06:26 分类:问答Perl multi-dimensional table with headers
I\'m trying to implement a multi-dimensional table with headers. Here\'s an example for 2D: < dimension1 >[详细]
2023-04-08 04:22 分类:问答Where are perl modules located in archlinux
Im trying to find perl modules, such as strict and warnings, but i cant find them... btw im actual开发者_如何学Goly using archlinux, i tried using[详细]
2023-04-07 00:22 分类:问答How to create plugin for mpg in a digital library using perl?
I am looking for creating a plugin for g开发者_Python百科reenstone digital library for extracting metadata from mpg file.Can anyone help me with any documentation?I am totally new in perl,so I am also[详细]
2023-04-06 18:37 分类:问答MIME::Lite::TT::HTML Perl installation problem
I am trying to install MIME::Lite::TT::HTML (Perl module) and I am getting an error. I have ALL perquisites installed (I installed through CP开发者_如何学PythonAN), however I get this error:[详细]
2023-04-04 03:21 分类:问答Perl HTML::Strip whitelist
Is there a way to give a whitelist to the module that it would preserve certain tags? N开发者_运维技巧ow markup as below[详细]
2023-04-03 11:11 分类:问答giving a reference to a function in another module in Perl
I want to make a small GUI using Tk in Perl that will have 2 buttons: Race and Quit. I want the Race button to run a function that is located in a module Car and is called Race.[详细]
2023-04-02 15:06 分类:问答How long has a module been in Perl core?
The module I\'m actually interested in is Sys::Hostname, but as a more general question, how can I tell how long a particular module has been a core module?I\'m curiou开发者_StackOverflow社区s about t[详细]
2023-04-01 11:15 分类:问答Creating Packages With Perl
I seem to be having a lot of trouble with making my first, simple Package (actually it is my first package period). I am doing everything I should be doing (I think) and it still isn\'t working. Here[详细]
2023-03-30 23:41 分类:问答Running perl script with Net::SSH::Expect package in cygwin environment from DOS CMD
I am sucessed to run the Perl script which uses Net::SSH::Expect package from the cygwin command prompt. but i want to schedule the same script through the task schedular of windows 2003 or throught t[详细]
2023-03-30 16:35 分类:问答