Help for this page

Select Code to Download


  1. or download this
    @{$envars[0]}{qw(value description)} = ('23' , 'temperature in Celsius
    +');
    @{$envars[1]}{qw(value description)} = ('56' , 'relative humidity in %
    +');
    
  2. or download this
    @{ $envars{value} } = qw(23 56 1008.1 4 344);
    @{ $envars{description} } = (
    ...
        'dwpoint in degrees Celsius',
        'total column ozone in Dobson Units'
    );