Help for this page
use strict; use warnings; ... for( ; $a = substr($string,$index,1) ; $index++) { print $a."\n"; }
<? $string = "Hello World; echo $string{6}; ?>