Re: Perl beginner

2015-07-30 Thread Shawn H Corey
FYI: some useful Perl links. • Official site • Beginners' help • Advance help • News • Documentation • Online Books

Re: Perl beginner

2015-07-30 Thread Andrew Solomon
And (DISCLAIMER: THIS EMAIL IS AN ADVERTISEMENT:-) you might want to check out https://geekuni.com/ On Thu, Jul 30, 2015 at 9:32 PM, Shlomi Fish wrote: > Hi Bikram, > > On Wed, 1 Jul 2015 22:10:53 +0530 > bikram behera wrote: > > > Hi Team, > > > > I am new in perl , i want to learn perl. > > >

Re: Perl beginner

2015-07-30 Thread Shlomi Fish
Hi Bikram, On Wed, 1 Jul 2015 22:10:53 +0530 bikram behera wrote: > Hi Team, > > I am new in perl , i want to learn perl. > sorry for the late response. Please see the following links for how to learn Perl: * http://perl-begin.org/ * http://perl-tutorial.org/ Regards, Shlomi Fish

Re: Perl beginner

2015-07-30 Thread OmPs
That's great. On 30 Jul 2015 17:12, "Martin Barth" wrote: > good luck with it! > > Am 01.07.2015 um 18:40 schrieb bikram behera: > > Hi Team, > > > > I am new in perl , i want to learn perl. > > > > Thanks, > > Bikram Behera > > > > > -- > To unsubscribe, e-mail: beginners-unsubscr...@perl.org >

Re: Perl beginner

2015-07-30 Thread Martin Barth
good luck with it! Am 01.07.2015 um 18:40 schrieb bikram behera: > Hi Team, > > I am new in perl , i want to learn perl. > > Thanks, > Bikram Behera > -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: perl beginner looking to write very simple blog software; what do I need to know?

2010-08-20 Thread Shlomi Fish
On Friday 20 August 2010 08:43:11 Matthew Young wrote: > Hi guys. I wrote a post to the Perl subreddit of reddit.com asking > about writing very simple blogging software. Something similar to > this: http://metastatic.org/source/blog/. The original post is here: > http://www.reddit.com/r/perl/comme

Re: Perl beginner seeks help

2008-05-22 Thread Rob Dixon
Brendan Galvin wrote: > > Rob Dixon <[EMAIL PROTECTED] wrote: >> >> Mr. low level newb of stupidity ;) wrote: >>> >>> hello, I am a, well, not a beginner per say, but rather still a >>> learner of Perl. I guess you could call me a beginner. anyway, I need >>> some help with my robot. it is not re

Re: Perl beginner seeks help

2008-05-22 Thread Rob Dixon
Mr. low level newb of stupidity ;) wrote: > > hello, I am a, well, not a beginner per say, but rather still a > learner of Perl. I guess you could call me a beginner. anyway, I need > some help with my robot. it is not really Perl help, but you guys > could help with the code, too. I am making a ta

Re: Perl beginner seeks help

2008-05-22 Thread Matthew Whipple
On Tue, 2008-05-20 at 22:30 -0700, Mr. low level newb of stupidity ;) wrote: > hello, I am a, well, not a beginner per say, but rather still a > learner of Perl. I guess you could call me a beginner. anyway, I need > some help with my robot. it is not really Perl help, but you guys > could help wi

Re: Perl Beginner

2006-07-17 Thread Venkat Saranathan
Brian, Welcome to Perl. I would suggest couple of good books, lot of practice and of course watching this mailing list. Please feel free to check out the following blog entry if you like. Others, please feel free to add anything that I may have missed. http://www.gulfsoft.com/modules.php?

Re: Perl Beginner

2006-07-16 Thread Randal L. Schwartz
> ""Jeff" == "Jeff Peng" <[EMAIL PROTECTED]> writes: "Jeff> I think 'Learning Perl' is the better choice.Here is the book's info: That's the books *former* info. The current info can be found at . -- Randal L. Schwartz - Stonehenge Consulting Ser

RE: Perl Beginner

2006-07-15 Thread Jeff Peng
I think 'Learning Perl' is the better choice.Here is the book's info: Learning Perl, 3rd Edition By Tom Phoenix, Randal L. Schwartz Publisher: O'Reilly Pub Date: July 2001 ISBN: 0-596-00132-0 Pages : 330 Currently the 4rd Edition is published. From: "Brian Franco" <[EMAIL PROTECTED]> To:

Re: Perl Beginner

2001-05-14 Thread Paul
--- Edson Manners <[EMAIL PROTECTED]> wrote: > I am having trouble finding a list of formatting characters that deal > with the backslash and forward slash characters in Perl. > For example... What does >if ($line =~ /^$i\./) > mean I understand everything except the characters ^$i\./ > W