Help for this page

Select Code to Download


  1. or download this
    my $string = "123";
    my $number = $string+0;
    
  2. or download this
    my $stringlen = length($string);