in reply to Reg Exp Suggestion Needed

Hi, I used this once before. It might just be another way of doind it...
$call = "0000000000000"; $call_num = $ARGV[0]; substr($call, -length($call_num)) = "$ARGV[0]"; print "$call\n";

-----
Of all the things I've lost in my life, its my mind I miss the most.