> >print format $fmt, @stuff;
>
> Early brain-dump. This should be it.
That's what I've done for the second version (on its way soon).
Damian
On Fri, 15 Sep 2000 20:13:34 -0700, Nathan Wiger <[EMAIL PROTECTED]> wrote:
> > I loathe the indirect object syntax.
>
> Well that makes one of us! ;-)
>
> > Easy. Put them in a subroutine:
> >
> > sub format1 { format $template1, @data };
> > sub format2 { print STDERR format $
> I loathe the indirect object syntax.
Well that makes one of us! ;-)
> Easy. Put them in a subroutine:
>
> sub format1 { format $template1, @data };
> sub format2 { print STDERR format $template1, @data };
> # etc.
Gag! Cough! Ack! :-}
Not trying to be mean, but this