From my understanding Perl traditionally has only included core functionality, and people install additional libraries to do all sorts of useful (and sometimes very basic) things.But at some point the
I know I could easily do something like sub sin { sin($_[0]); } and symbolically reference that for every function I need to symb ref, but I\'d just like to know if there\'s a way to do something l
I\'m trying to get a presentation model (discussed here and here) working in RIA. All the examples I can find are simple, flat data entities with no 1-many or many-many relationships, which are what I