Help for this page

Select Code to Download


  1. or download this
    my $string = "lion";
    my $result = $string + 2;
    print $result;
    
  2. or download this