Re: Learning CPAN

2012-10-06 Thread shawn wilson
besides news, you can also check out some of the perl mongers communities / lists. and you can get on irc - on freenode, there's #perl-help, and on the perl irc server, there's tons of different channels - even if you don't have anything to ask, sometimes it's good / fun to read the scroll every on

Re: str2num and big quote

2012-10-06 Thread Andy Bach
On Mon, Oct 1, 2012 at 4:44 AM, li panda wrote: > 2.print "0x30" + 0, "\n"; > why output is 0 not 0x30 afbach$ perl -e 'print 0x30 + 0, "\n";' 48 afbach$ perl -e 'printf("%x\n", 0x30 + 0);' 30 afbach$ perl -e 'printf("%x\n", 30 + 0);' 1E -- a Andy Bach, afb...@gmail.com 608 658-

Re: Learning CPAN

2012-10-06 Thread John Delacour
On 05/10/2012 04:14, Hal Wigoda wrote: Who uses newsgroups anynore? What reader application is the best for reading news groups? If your ISP doesn’t provide a news feed then you can read usenet groups in Google: If y