Re: Use of uninitialized value in numeric ne error

2007-12-22 Thread yitzle
On 12/22/07, patmarbidon <[EMAIL PROTECTED]> wrote: > or under win32 > while ( $line eq "99\r\n" ){ I /think/, under Perl, "\n" is the system newline, regardless of the OS. Under Windows, it would still be "99\n" -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: Crypt SQLite

2007-12-22 Thread Octavian Rasnita
From: "Chas. Owens" <[EMAIL PROTECTED]> On Dec 19, 2007 5:59 PM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: snip Sorry. No idea. I didn't wrote that C# program because I don't know C# well enough. That's why I was interested in a perl solution, but unfortunately it is not possible in perl.