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

Problem with conditional module load

by pgduke65 (Acolyte)
on Feb 13, 2015 at 20:27 UTC ( [id://1116660]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    use SecurityV1;
    
    printf "Hello World\n";
    
  2. or download this
    package SecurityV1;
    
    ...
    Test();
    
    1;
    
  3. or download this
    package SecurityWin32;
    
    ...
    }
                                    
    1;
    
  4. or download this
    package SecurityUnix;
    
    ...
    }
    
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1116660]
Approved by Old_Gray_Bear
Front-paged by toolic
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found