in reply to Re: Help me recover my Perl script
in thread Help me recover my Perl script

Try running the following with your scriptfile

perl -pi.bak -e 's/\0//g' scriptfile

You will have a backup copy after that, appropriately named scriptfile.bak.