Help for this page

Select Code to Download


  1. or download this
    my const $FOO = 'bar';     # This is preferable, excuse my C++
    my $FOO : const = 'bar';   # This is "more Perly"