Help for this page

Select Code to Download


  1. or download this
    # constants
    use constant D50 => [96.42, 100, 82.49]; # ICC D50 XYZ
    
  2. or download this
    use Internals qw(SetReadOnly);
    
    # set constant array elements to be read-only
    for (@{(D50)}) {SetReadOnly(\$_)}