in reply to Re^3: A short whishlist of Perl5 improvements leaping to Perl7 (used only once)
in thread A short whishlist of Perl5 improvements leaping to Perl7

or declared with our or a special identifier or the symbol/type-glob was already used (i.e. @x and $x)

perldiag#used only once: possible typo

#use strict; use warnings; $x=1; @x=(2); my $the_variable_I_want_to_check = 3; our $the_varaible_I_want_to_check = 4; $^A=5;

no warnings!

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^4: A short whishlist of Perl5 improvements leaping to Perl7 (used only once)
  • Download Code