in reply to New 2 Perl Programming - Anybody have any good reference or data structure exercises I could work on?

perlmonks, perlreftut, Data::Dumper; personally, I really liked the programming perl book. I called it the bible for a long time. That was back in the 2nd edition epoch I think.

If you're like me, you'll get a lot out of perl -MData::Dumper -e 'print "", Dumper([ {lol=>7}, qw(oh, I get it) ]), "\n"'...

-Paul

  • Comment on Re: New 2 Perl Programming - Anybody have any good reference or data structure exercises I could work on?
  • Download Code