Hi,
do you know if there is a perl module which can generate TSIG key for Bind
nameserver?
thanks.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
"John W. Krahn"
To: Perl Beginners
Subject: Re: two questions
Date: Tue, 04 Aug 2009 23:24:56 -0700
sys adm wrote:
>
> 1. why perl doesn't have a built-in strip() function?
Why doesn't BASIC have built-in regular expressions? Why doesn't C have
built-in strings?
1. why perl doesn't have a built-in strip() function? each time I need to say
$var =~ s/^\s+|\s+//g to strip the blank space before and after the variable,
specially if this is a CGI var.
2. what's the standard module or method to generate a random string, for
example the string will be used as
currently I'm using CGI,CGI::Cookie,DBI,Template::Toolkit,Linux,Apache and
SQLite for a small data scratching project.
being very happy with them.
--- dpchr...@holgerdanske.com wrote:
Also, what about the various WWW tools -- e.g. CGI.pm, CGI::Application,
HTML::Template, Template::Toolkit, M
Hi,
When I got a word list, I want it to be sorted with special order.
for example, I got this array:
("dog","is","a","there");
I want the sorted result is:
("there","is","a","dog");
How to code it? Thank you.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands,