Help for this page

Select Code to Download


  1. or download this
    use constant EARL => 'MEL';
    
  2. or download this
    sub EARL () { 'MEL' }
    
  3. or download this
    my $b = { EARL() . HARRIS() => 55 };