Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Why $File::Find::prune = 1 returns used only once error

by haukex (Archbishop)
on Apr 17, 2021 at 07:56 UTC ( [id://11131401]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Bar;
    use warnings;
    ...
    our $x;
    
    1;
    
  2. or download this
    use warnings;
    use strict;
    ...
    $Bar::x = 1; # warning with plain 'require'
    
    #$Bar::x = $Bar::x = 1; # no warning
    

Log In?
Username:
Password:

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

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

    No recent polls found