Why not just call your script my_new_name then when you do a ps you'll see /usr/bin/perl -s ./my_new_name if you don't want to see the /usr/bin/perl why not just do cp /usr/bin/perl /usr/bin/somethingelse and change your shebang to run with /usr/bin/somethingelse?