in reply to Re^4: Executing a perl script in PuTTY
in thread Executing a perl script in PuTTY

This is more an issue with operating and navigating your operating issue than with Perl. It seems as if you are unclear about the actual location of your Perl script.

Maybe you can find the location of your Perl script with the find command, assuming that you are on a Unixish OS:

find -name 'gogo.pl' /

This may take quite a while to complete depending on the amount of directories it has to search through.