Re: Learning perl, understanding the basics.

2012-12-29 Thread Danny Gratzer
, when i use > $result = $number x $string; > I don't get any output at all, just wondering why this happens, any help > would be highly appreciable. > > Regards, > Omps > -- Danny Gratzer

Re: grouping in regex

2012-12-23 Thread Danny Gratzer
print $line; > for my $re ( @regExps ) { > print " RE: $re\n"; > if( $line =~ /$re/) { > print " 1: >$1<\n" if defined($1); > print " 2: >$2<\n" if defined($2); > print &

Re: Need a Perl Book for Beginner

2012-12-04 Thread Danny Gratzer
Id recommend beginning perl by brian d foy or try programming perk On Dec 4, 2012 4:58 PM, "Asad" wrote: > Hi All , > > Would you guidance to start develop logic for perl programming . > Also I am looking for a book to start with . > > Which explains the basic of perl progr

Re: return something

2012-11-21 Thread Danny Gratzer
Instead of + use *. * means 0 or more while + means 1 or more On Nov 21, 2012 4:51 PM, "shawn wilson" wrote: > how do i return something when i've got a long regex and one of the > captures is empty? > > $_ = '"435" "" "634"; > my ($one, $two, $three)= /^ >"(\d+)"\ >"(\d+)"\ >"(\d+)"

Is comp.lang.perl dead?

2012-10-22 Thread Danny Gratzer
I'm looking at comp.lang.perl and it doesn't seem like it's had new posts in well, years. Is it dead? If so are there any other good perl groups you'd recommend? -- Danny Gratzer

Learning CPAN

2012-10-04 Thread Danny Gratzer
Hello, So I have been using perl for about 9 months and I understand the syntax fairly well. 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?

Re: parsing multiple logins logs (create a unique hash name for every user)

2012-09-10 Thread Danny Gratzer
I just couldn't figure it out. > > -- > To unsubscribe, e-mail: beginners-unsubscr...@perl.org > For additional commands, e-mail: beginners-h...@perl.org > http://learn.perl.org/ > > > -- Danny Gratzer