in reply to Getting 'permission denied' error trying to run perl under cygwin
You need to make your script executable, or pass it to perl. So either:
chmod +x hello.pl [download]
perl hello.pl [download]