Help for this page
my $id = 0; my $positionid; ... $positionid = sprinft( "REG-RC-%04d", $id++ ); print "Position ID: $positionid<br />\n"; }