Help for this page

Select Code to Download


  1. or download this
    my $str = '123';
    $str += 10;
    ...
    my $num = 456;
    $num =~ s/6/8/;
    print "num = /$num/\n";
    
  2. or download this
    str = /133/
    num = /458/