in reply to Re: Help me recover my Perl scriptin thread Help me recover my Perl script
Try running the following with your scriptfile
perl -pi.bak -e 's/\0//g' scriptfile [download]
You will have a backup copy after that, appropriately named scriptfile.bak.