Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Note on usage of ours variables and a question

by haukex (Archbishop)
on Nov 19, 2019 at 23:01 UTC ( [id://11108915]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
            print "Debugging $self->quz()\n" if $self->{debug};
        }
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
    use Y;
    
    print "$Z\n";  # prints "from Y"
    

Log In?
Username:
Password:

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

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

    No recent polls found