Help for this page

Select Code to Download


  1. or download this
    my $condNum = 0;
    for $condNum ( 1 .. 10 ) {
    ...
    }
    datalog( value => $condNum, ...);
    ...
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "use constant N_MAX => 10;
    ...
    2
    3
    only made it to condition 3