I have a script called hello.pl and I have another script called run.pl. The run.pl will execute hello.pl and basically I want to get hello.pl to print that run.pl called it.
Basically, there are several scripts that will try to execute hello.pl but if it is coming from run.pl, I want hello.pl to do some additional stuff.