Help for this page

Select Code to Download


  1. or download this
    $x =~ s/^(.{10}).*/$1/;
    ($x) = $x =~ /^(.{10})/;
    $x = substr($x, 0, 10);
    susbstr($x, 10) = '';