develooper Front page | perl.perl6.users | Postings from May 2006

Re: CGI on 6

Thread Previous | Thread Next
From:
Larry Wall
Date:
May 30, 2006 00:13
Subject:
Re: CGI on 6
Message ID:
20060530071242.GA12563@wall.org
On Tue, May 30, 2006 at 07:56:40AM +0100, Michael Mathews wrote:
: Strangely %q<$n>.push($v); doesn't
: work, but %q.{$n}.push($v); does. What's the difference?

The first is equivalent to %q{'$n'}.push($v).

Larry

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About