- or download this
use strict;
use warnings;
...
<CellRefinementLevel></CellRefinementLevel>
</params>
</task>
- or download this
<task>
<params>
<CellRefinementLevel>7</CellRefinementLevel>
</params>
</task>
- or download this
$PARAMS{'CellRefinementLevel'}=7;
$PARAMS{'GridCellSizeInXDirection'}=100;
$PARAMS{'GridCellSizeInYDirection'}=100;
- or download this
CellRefinementLevel=7
GridCellSizeInXDirection=100
GridCellSizeInYDirection=100
- or download this
@ARGV = 'noname.txt'; # omit if config file passed on the command line
my %PARAMS = map {chomp; split '='} grep {length} <>;