develooper Front page | perl.perl5.porters | Postings from May 2003

[PATCH] [perl #8703] unescaped @ is fine

Thread Next
From:
Casey West
Date:
May 9, 2003 08:13
Subject:
[PATCH] [perl #8703] unescaped @ is fine
Message ID:
20030509151753.GO49820@geeknest.com
http://rt.perl.org/rt2/Ticket/Display.html?id=8703

Tested with and without various combinations of strict and warnings,
seems fine to me.

  Casey West

-- 
"Our wines leave you nothing to hope for."
 --On the Menu of a Swiss Restaurant

--- perl-current.orig/pod/perltrap.pod  Sun Apr 21 13:33:55 2002
+++ perl-current/pod/perltrap.pod       Fri May  9 11:11:12 2003
@@ -1344,7 +1344,7 @@
 
 =item * Interpolation
 
-Double-quoted strings may no longer end with an unescaped $ or @.
+Double-quoted strings may no longer end with an unescaped $.
 
     $foo = "foo$";
     $bar = "bar@";

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