Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Variable declared in script, used by module, and used in script

by pryrt (Abbot)
on May 17, 2018 at 14:01 UTC ( [id://1214745]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package check_module;
    use warnings;
    ...
    );
    1;
    __END__
    
  2. or download this
    use warnings;
    use strict;
    ...
        print "Checking $check->{name}\n\t=> '$script_out'\n";
    }
    __END__
    
  3. or download this
    __OUTPUT__
    Checking Anybody home?
        => '/home/mine'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-23 16:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found