in reply to Re: Perl templates for Emacs?
in thread Perl templates for Emacs?

the bare array needs instead to be expressed in list mode by encasing it in round brackets
Why should it??
use strict; use warnings; foo ("Darth", "Vader"); sub foo { my ($bar,$baz) = @_; print "$bar $baz"; }
prints "Darth Vader", as expected.


holli, /regexed monk/