Re: RFC 260 (v1) More modules

2000-09-22 Thread Chaim Frenkel
ternal. So it can not be seperated from the executable. chaim -- Chaim FrenkelNonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183

Re: RFC 260 (v1) More modules

2000-09-20 Thread Chaim Frenkel
rom either making a tarball or just using SysV packaging. Why make life hard, an option can be a lot easier than having to manually rm stuff. (I.e. rm everything except perldiag.pod.) And what about when the installation changes? Or Perl is about making things easy. chaim -- Cha

Re: How to implement both object-method and module::function interface?

2000-08-15 Thread Chaim Frenkel
g-dual_api is same as sub-call GB # process GB } GB So I am hoping that we get the object removed from @_ into an predefined GB lexical so the sub can more easily determine how it was called with GB little expense. -- Chaim FrenkelNonlinear Knowledge, I

Re: How to implement both object-method and module::function interface?

2000-08-15 Thread Chaim Frenkel
"GB" == Graham Barr [EMAIL PROTECTED] writes: GB On Tue, Aug 15, 2000 at 10:14:36AM -0400, Chaim Frenkel wrote: As much as I'm not for it, would having sub foo :method {} # In objects vtbl and sub foo {} # only if procedural call being a valid

Re: How to implement both object-method and module::function interfa ce?

2000-08-09 Thread Chaim Frenkel
open($fh, "blah") $txt = $fh-read$txt = $fh etc. There is nothing preventing a procedural interface. One only needs a handle. chaim -- Chaim FrenkelNonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183