Help for this page

Select Code to Download


  1. or download this
    $id4 =~ /yesterday(\d+)yesterday/;
    my $ans2 = $2 * .40;
    $final2 = ($ans2 / 100);
    
  2. or download this
    use warnings;
    use strict;
    use diagnostics;