Help for this page

Select Code to Download


  1. or download this
    use constant SOME_CONSTANT => 'the value';
    print "This is @{[SOME_CONSTANT]}\n";
    
  2. or download this
    $h{&SOME_CONSTANT} = 'hash value';