Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    #ifdef __some_Long_name__
    do stuff
    #endif
    
  2. or download this
    18:25 >perl 1523_SoPW.pl
    #ifdef SOME_LONG_NAME
    ...
    #endif
    
    18:27 >