Help for this page
$foo= "string"; (undef, $foo)=split //,$foo,2; print $foo;
$foo= "string"; ($foo)=$foo=~/.(.*)/s; print $foo;