I was coding my Perl script in Notepad++ editor and it was on verge of
completion.
All of a sudden my machine rebooted. And after that I found all my data
lost. It is containing series of 'NUL' characters.
However size of the Perl script is same as it was earlier.
Please help me recover my Perl script.
TIA
Cheers,
Parag
I mean what should be my input and output file format while using 'iconv'
with a Perl script which will help me recover my Perl script.
Hey BTW Merry Christmas to all. :)
Cheers,
Parag
Parag> I was coding my Perl script in Notepad++ editor and it was on verge of
Parag> completion.
Parag> All of a sudden my machine rebooted. And after that I found all my data
Parag> lost. It is containing series of 'NUL' characters.
Welcome to Windows. Perhaps you should be using a more programmer-friendly
operating system.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<mer...@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion
I think it's from UTF-16 to UTF-8.
> Hey BTW Merry Christmas to all. :)
>
Happy holidays and happy new year to all!
Regards,
Shlomi Fish
> Cheers,
> Parag
>
> On Fri, Dec 25, 2009 at 11:05 AM, Parag Kalra <parag...@gmail.com> wrote:
> > Hello All,
> >
> > I was coding my Perl script in Notepad++ editor and it was on verge of
> > completion.
> >
> > All of a sudden my machine rebooted. And after that I found all my data
> > lost. It is containing series of 'NUL' characters.
> >
> > However size of the Perl script is same as it was earlier.
> >
> > Please help me recover my Perl script.
> >
> > TIA
> >
> > Cheers,
> > Parag
>
--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
"The Human Hacking Field Guide" - http://shlom.in/hhfg
Bzr is slower than Subversion in combination with Sourceforge.
( By: http://dazjorz.com/ )
Oh! And next time, you should make use of a version control system preferably
with a remote and reliable physical server:
http://better-scm.berlios.de/ (warning: this is a site I originated and
maintain.)
I should note that the choice of version control system is a topic of a lot of
heated debate. If you still cannot make a decision based on the link (and the
links extending from there), feel free to ask for recommendations in private.
Regards,
Shlomi Fish
> > Hey BTW Merry Christmas to all. :)
>
> Happy holidays and happy new year to all!
>
> Regards,
>
> Shlomi Fish
--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
Parody on "The Fountainhead" - http://shlom.in/towtf
That doesn't seem to work.
When I try to view my roasted file through 'less' command I get following
output:
# less Test.pl
*"Test.pl" may be a binary file. See it anyway? *
Is there a way I can convert this binary file to its initial readable state.
What does it say in a hex editor?
--
Owen
# hexdump Test.pl
0000000 0000 0000 0000 0000 0000 0000 0000 0000
*
0001090 0000 0000
0001094
Cheers,
Parag
I would take a guess and say don't waste anymore time on it. Put your
energies in rewriting the program
--
Owen