Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
        my $Uw = $val * $Uf; # HERE
        print Dump($val), "\t Uf = $Uf \t val = ${\$val} \t Uw = $Uw \n";
    }
    
  2. or download this
        my $Uw = "$val" * $Uf;