Help for this page

Select Code to Download


  1. or download this
     %Real_time = (
         0 => 'No',    1 => 'Yes',
    ...
     %Date_format = (
         0 => 'MM/DD/YY',    1 => 'DD/MM/YY',    2 => 'YY/MM/DD',
     );
    
  2. or download this
       BEGIN {
       no strict 'refs';
       no warnings 'uninitialized';
    ...
       }
    }