Re: Convert PHP functions to Perl

2009-12-27 Thread Shlomi Fish
On Sunday 27 Dec 2009 18:17:19 Mike Blezien wrote: > Hi Shlomi, > Hi Mike! > - Original Message - > From: "Shlomi Fish" > To: ; "Mike Blezien" > Sent: Sunday, December 27, 2009 7:38 AM > Subject: Re: Convert PHP functions to Perl > > > On Sunday 27 Dec 2009 15:12:24 Mike Blezien wrote

Re: Convert PHP functions to Perl

2009-12-27 Thread Mike Blezien
Hi Shlomi, - Original Message - From: "Shlomi Fish" To: ; "Mike Blezien" Sent: Sunday, December 27, 2009 7:38 AM Subject: Re: Convert PHP functions to Perl On Sunday 27 Dec 2009 15:12:24 Mike Blezien wrote: Hello, Hi Mike! I'm working on converting some PHP coding to a Perl s

Re: Convert PHP functions to Perl

2009-12-27 Thread Shlomi Fish
On Sunday 27 Dec 2009 15:12:24 Mike Blezien wrote: > Hello, > Hi Mike! > I'm working on converting some PHP coding to a Perl system. come across a > couple of functions I'm not familiar with and was hoping we have some > experienced PHP programmer on the list that can help out. These are the >

Convert PHP functions to Perl

2009-12-27 Thread Mike Blezien
Hello, I'm working on converting some PHP coding to a Perl system. come across a couple of functions I'm not familiar with and was hoping we have some experienced PHP programmer on the list that can help out. These are the functions I need to switch over to Perl: str_shuffle() microtime() Wha

Re: Please help me recover my Perl script.

2009-12-27 Thread Owen
>> >> What does it say in a hex editor? >> > > > # hexdump Test.pl > 000 > * > 0001090 > 0001094 I would take a guess and say don't waste anymore time on it. Put your energies in rewriting the program -- Owen -- To unsubscribe, e

Re: Please help me recover my Perl script.

2009-12-27 Thread Parag Kalra
> > What does it say in a hex editor? > # hexdump Test.pl 000 * 0001090 0001094 Cheers, Parag

Re: Please help me recover my Perl script.

2009-12-27 Thread Owen
>> >> I think it's from UTF-16 to UTF-8. >> >> > > 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 i

Re: Please help me recover my Perl script.

2009-12-27 Thread Parag Kalra
> > I think it's from UTF-16 to UTF-8. > > 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.

Re: Please help me recover my Perl script.

2009-12-27 Thread Shlomi Fish
On Sunday 27 Dec 2009 12:19:48 Shlomi Fish wrote: > On Friday 25 Dec 2009 09:07:53 Parag Kalra wrote: > > Can anyone please let me know how to use 'iconv' command with Perl > > script. > > > > I mean what should be my input and output file format while using 'iconv' > > with a Perl script which wil

Re: Please help me recover my Perl script.

2009-12-27 Thread Shlomi Fish
On Friday 25 Dec 2009 09:07:53 Parag Kalra wrote: > Can anyone please let me know how to use 'iconv' command with Perl script. > > 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. > I think it's from UTF-16