Help for this page

Select Code to Download


  1. or download this
    my $strlen = "00000000";
    my $string = "TEXT";
    substr($strlen, -length($string)) = "$string";