Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    __DATA__
    
  2. or download this
    blabla_data[28] OUTPUT (
    REQUIRED (
    ...
    TEXT TO BE REMOVED
    )
    )
    
  3. or download this
    sub process_para {
       my ($para) = @_;
    ...
       }
       print($para);
    }