Help for this page
use strict; use warnings; ... use constant VERSION => "1.5.7"; print VERSION; print "\n";
use strict; use warnings; ... use constant VERSION => "1.5.7"; return 1;