Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: A short whishlist of Perl5 improvements leaping to Perl7 (used only once)

by LanX (Saint)
on Nov 27, 2020 at 23:32 UTC ( [id://11124300]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11124300]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-04-16 07:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found