Re: Learning CPAN

2012-10-15 Thread Leo Lapworth
Hi Danny, On 5 October 2012 03:03, Danny Gratzer wrote: > However I feel like I'm missing most of Perl with CPAN, sure I > know the basic modules but is there any mailing list or website that > regularly features useful modules? > https://metacpan.org/module/Task::Kensho is a good if not the be

Re: Perl for run command on remote machine

2011-11-24 Thread Leo Lapworth
On 24 November 2011 10:12, Agnello George wrote: > On Thu, Nov 24, 2011 at 12:09 PM, Charith LokuBogahawatta > wrote: >> Hi All, >> >> I create following bash script to run some command on remote server >> and get information but I try to do same using Perl but I couldn't >> make it so any one ca

Re: Perl file handling

2011-09-22 Thread Leo Lapworth
On 22 September 2011 09:54, Maggs wrote: > am trying to open a file but the problem is on the third line > (open...) > > sub open_file { > local $/ = undef; > ($filevar, $filemode, $filename) = @_; > open ($filevar, $filemode . $filename) || die ("Can't open > $filename"); > } Are you ok instal

Re: $# is no longer supported

2011-09-20 Thread Leo Lapworth
Hi, On 20 September 2011 16:50, Uri Guttman wrote: > > "DJ" == David Jacopille writes: > > DJ> I get a warning "$# is no longer supported". The program does > DJ> continue. > > DJ> Apparently $# and $* were deprecated in regular expression context > DJ> and that error message exactly i

Re: how do i push a hashref into another hashref

2011-06-07 Thread Leo Lapworth
On 7 June 2011 17:48, Brian F. Yulga wrote: > Leo Lapworth wrote: >> On 7 June 2011 07:47, Agnello George  wrote: >>> >>> I got the following hashref >>> >> >> >> >>> >>> now i need to push $select_all_website into $sel

Re: how do i push a hashref into another hashref

2011-06-07 Thread Leo Lapworth
Hi Agnello, On 7 June 2011 07:47, Agnello George wrote: > I got the following hashref > now i need to push $select_all_website into $selet_domU_data I think this is what you want... use strict; use warnings; my $hash_ref_1 = { a => 1, b => 2, }; my $hash_ref_2 = { a =

Re: practical perl guides

2011-05-27 Thread Leo Lapworth
Hi, On 27 May 2011 10:26, Shlomi Fish wrote: > On Friday 27 May 2011 09:35:32 Sayth Renshaw wrote: >> Which Perl Should I use ActivePerl or Strawberry Perl on Windows? 5.10 or >> 5.12? > > Definitely Strawberry Perl: it is free-as-in-beer, open-source, free-as-in- > speech, community-driven, htt

Re: Message queue

2011-05-26 Thread Leo Lapworth
On 26 May 2011 09:43, shawn wilson wrote: > I'm trying to figure out what the differences are with all of the available > message queue projects. There has recently been a discussion on London.pm's mailing list: http://london.pm.org/pipermail/london.pm/Week-of-Mon-20110523/020651.html Thread ov

Re: [META] Why I Often Refer People to http://perl-begin.org/ .

2011-05-22 Thread Leo Lapworth
Hi, Please direct any replies to this to me off-list, to save the list from off topic. On 19 May 2011 07:53, Shlomi Fish wrote: > I've received quite a lot of heat from people here and elsewhere Not from me... whilst I have issues with perl-begin.org: design, layout, easy of use, tone etc - I a

Re: [OT] Good Perl ISP's

2011-05-22 Thread Leo Lapworth
On 11 May 2011 03:35, wrote: >        Can someone recommend a good ISP that keeps up with Perl? >        There has to be a company out there that doesn't treat Perl like a > second class citizen. http://www.dotcloud.com/ is in beta with Perl but might be worth looking at if that fits your needs