Help for this page

Select Code to Download


  1. or download this
    my $input = <STDIN>;
    chomp($input);         # remove newline
    my $output = $input + 1.23;
    print "output: $output\n";