Help for this page

Select Code to Download


  1. or download this
    # XYZ.pm
    
    ...
    use constant CONST => 42;
    
    1;
    
  2. or download this
    c:\@Work\Perl\monks\bliako>perl -le
    "use strict;
    ...
    "
    PI = 3.14159292035398
    CONST = 42