Help for this page

Select Code to Download


  1. or download this
    my $count=`awk -v x=$count -v y=1.0 'BEGIN{ printf "%3f\n", x+y}'`;
    
  2. or download this
    my $count = sprintf "%3f\n" => $count + 1;