Help for this page

Select Code to Download


  1. or download this
        if ( $filename =~ /([0-9])/ ) {
        ($startloc = $-[0]);
        ($alphaloc = $startloc + 4); }
        print "$startloc$alphaloc   ";