Dear monks,
I need to test the open function. So I need a file that I'm quite certain that exists (or can be created) and that I have proper permissions to. I use $0 to open for reading. Is it a portable, safe practice?
use strict; use warnings; print "Just Another Perl Hacker\n";