Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print $MODULE '1;\n';
    close $MODULE;
    
  2. or download this
    package Private::ProjectName::SQL;
    require Exporter;
    ...
    use constant sql_queryname2 =....
    
    1;