Help for this page
Select Code to Download
Select
or
download this
$a ='string1'; @$a[0] = 'string2'; print @string1;
Select
or
download this
use strict;