Path: gmdzi!ira.uka.de!yale.edu!spool.mu.edu!sol.ctr.columbia.edu! cunixf.cc.columbia.edu!em21 From: e...@cunixf.cc.columbia.edu (Eben Moglen) Newsgroups: comp.lang.perl Subject: C++ classes for perl translation Message-ID: <1991Dec30.053604.16866@cunixf.cc.columbia.edu> Date: 30 Dec 91 05:36:04 GMT Organization: Columbia University Lines: 5 Does anyone have a collection of c++ classes to aid in translation of perl into c? All this reusability one keeps hearing about.... I want the basics (a perl array, the associative array code taken out and fashioned into a class, etc.) along with any higher order classes people may have devised. Thanks.
Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sdd.hp.com! network.ucsd.edu!nic!netlabs!lwall From: lw...@netlabs.com (Larry Wall) Newsgroups: comp.lang.perl Subject: Re: C++ classes for perl translation Message-ID: <1992Jan14.012447.27563@netlabs.com> Date: 14 Jan 92 01:24:47 GMT References: <1991Dec30.053604.16866@cunixf.cc.columbia.edu> Organization: NetLabs, Inc. Lines: 11 In article <1991Dec30.053604.16...@cunixf.cc.columbia.edu> e...@cunixf.cc.columbia.edu (Eben Moglen) writes: : Does anyone have a collection of c++ classes to aid in translation of : perl into c? All this reusability one keeps hearing about.... I want : the basics (a perl array, the associative array code taken out and : fashioned into a class, etc.) along with any higher order classes : people may have devised. Thanks. The trouble is, to do it right, you really need class templates, and they aren't generally available yet. Larry