Help for this page

Select Code to Download


  1. or download this
    *SOME_CONSTANT = \ 'the value';
    
  2. or download this
    $h{$SOME_CONSTANT};
    
    print "$SOME_CONSTANT\n";
    
  3. or download this
    $SOME_CONSTANT = 'new value';