On Mon, Sep 18, 2000 at 11:37:50AM -0700, Glenn Linderman wrote:
> > Parens are also mandatory if
> > arguments are to be passed.
> 
> And I guess the balancing of the parens would solve many of the
> problems of argument parsing for the function, which is a concern to
> me.  Within actual double quotes, it would be hard to pass
> parameters that also used double quotes, but within qq// that would
> be less of a problem.

Fortunately somebody's already proven the feasibility of implementing
this sort of balancing.

    print qq{My foo is $h->{foo}.\n};


-- 

Michael G Schwern      http://www.pobox.com/~schwern/      [EMAIL PROTECTED]
Just Another Stupid Consultant                      Perl6 Kwalitee Ashuranse
Long time ago, there were only one gender cells. Then one day, a cell was
infected with a disease, a DNA disorder, and reproduced offsprings of male
and female (two different kinds of gender).
             --Alex Chiu, Immortality Guy

Reply via email to