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;