Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Is it possible to get all variable names which are declared? (updated)

by haukex (Archbishop)
on Nov 09, 2017 at 17:20 UTC ( [id://1203072]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    { "\$A" => \undef, "\$B" => \0, "\$C" => \3, "\$i" => \1 }
    { "\$A" => \undef, "\$B" => \0, "\$C" => \3, "\$i" => \2 }
    { "\$A" => \undef, "\$B" => \0, "\$C" => \3, "\$i" => \3 }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-28 17:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found