in reply to Porting a C/C++ Structure to Perl

Thanks, tobyink.

I think I will post the working hash version first and then do the reading necessary to learn enough to implement your suggestion. Since this is a learning exercise, I think it would be better to code the next version "long-hand" before trying the MooX method.

James

There's never enough time to do it right, but always enough time to do it over...

Replies are listed 'Best First'.
Re^2: Porting a C/C++ Structure to Perl
by Anonymous Monk on Jan 18, 2013 at 03:58 UTC

      Thanks for the references, A.M.,

      I have the download version of Modern Perl as well as Learning Perl, Programming Perl, and the Perl Cookbook. I like docs on paper.

      James

      There's never enough time to do it right, but always enough time to do it over...