in reply to Re^2: who am I?
in thread who am I?

Yes it does include the path. I use the following to get just the base file name of the program:
use File::Basename; my $MyName = (fileparse($0, '\..*'))[0];