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

Re: including modules during runtime and dealing with OS specific (constants) code block

by Khen1950fx (Canon)
on Aug 02, 2011 at 04:28 UTC ( [id://917969]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::File qw(:DEFAULT SetAttributes GetAttributes);
    
  2. or download this
    
    #!perl
    ...
    if ( $attr & HIDDEN ) {
        print "$name is hidden.\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-19 13:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found