in reply to Substring for command line entry

If you want to insert into a part of a string you can use substr as shown below, but a clearer question will get you a better answer.
substr($argv,2,0) = $argv; print $argv;