Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    use constant VERSION => "1.5.7";
    print VERSION;
    print "\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    use constant VERSION => "1.5.7";
    return 1;