Help for this page

Select Code to Download


  1. or download this
    my $result  = substr($string,2,6,'');
    print $result,"\n"; # Result is 234567
    
  2. or download this
    $x = $y = 42;