perl-core
How are Perl's core libraries managed?
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[详细]
2023-01-01 22:31 分类:问答Is it possible to symbolically reference a Perl core module?
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[详细]
2023-01-01 09:46 分类:问答RIA services presentation model with 1-many or many-many relationships
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[详细]
2022-12-18 21:00 分类:问答