Help for this page

Select Code to Download


  1. or download this
    my $x = "123";
    alias substr($x, 1, 1) = $x;
    print $x;