in reply to Re: How do I test a script that doesn't have a .pl extension
in thread How do I test a script that doesn't have a .pl extension

thank you. yes. this also works.
one note to future Seekers:
you need the "", not ''
require_ok('foo\0'); ### it no work require_ok("foo\0"); ### passes