Help for this page

Select Code to Download


  1. or download this
    my $diff = $saldi{C} - $saldi{D};
    
  2. or download this
    my %saldi;
    foreach $file ( glob "*.txt" ) {
    ...
    
    printf "diff C-D: %.2f\n", $saldi{testdata}{C} - $saldi{testdata}{D};
    # ...