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

RE: [perl #23630] problem with "used only once" warning

Thread Next
From:
Orton, Yves
Date:
August 29, 2003 03:00
Subject:
RE: [perl #23630] problem with "used only once" warning
Message ID:
71B318898201D311845C0008C75DAD1C08961107@defra1ex2
+            NOTE: This warning detects symbols that have been used only
-            once so c, c, c, sub c, c(), &c, *c and c (the filehandle) are
+            once so $c, @c, %c, *c, &c, sub c{}, c(), and c (the
filehandle) are
+            considered the same; if a program uses $c only once but also
+            uses sub c, it will not trigger this warning.



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