[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] coooool



At 12.38 -0400 1999.06.14, Brian "L." Matthews wrote:
>4 characters per method call. While it's an excellent demonstration of
>some of the less well lit corners of perl, there's no way I'd use it in
>production code.

I surely would, but not for large projects.  Or if I wanted to use it in a
large project, I would do it in a separate package.

  do_main_code_blah();

  package TempFoo;
  use UnderMethods;

  do_other_stuff();

  package main;

  # ...

Then it cannot get in the way.

Anyway, this would really be useful with Mac::Glue for one-page scripts,
not for projects of major significance.  I plan to use it in my own code a
lot for these  quick scripts.

--
Chris Nandor          mailto:pudge@pobox.com         http://pudge.net/
%PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10  1FF77F13 8180B6B6'])

===== Want to unsubscribe from this list?
===== Send mail with body "unsubscribe" to macperl-request@macperl.org