Outlook CSV Parser

2007-05-29 Thread Laxminarayan G Kamath A
ing list.. Else, please direct me to the proper one. -- Cheers, Laxminarayan G Kamath A e-mail: [EMAIL PROTECTED] Work URL: http://deeproot.in -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Outlook CSV Parser

2007-05-29 Thread Laxminarayan G Kamath A
On Wed, 30 May 2007 11:10:00 +0530, Laxminarayan G Kamath A <[EMAIL PROTECTED]> wrote: > The attached file is what I have > come up to.. but it still takes more ... Had forgotten to attach the file.. -- Cheers, Laxminarayan G Kamath A e-mail: [EMAIL PROTECTED] Work URL: http:/

Re: Outlook CSV Parser

2007-05-30 Thread Laxminarayan G Kamath A
th the variant of the regex I used as the condition for while loop. I am sure If we modify that regexp a little bit, then we can just use it on the record like this : $_ = $record; @fields = /regexp/g; I tried a lot of different ways but just could not get the right regexp :-(. -- Cheers, Laxm

Re: Outlook CSV Parser

2007-05-31 Thread Laxminarayan G Kamath A
On Wed, 30 May 2007 10:38:40 +0200, "Dr.Ruud" <[EMAIL PROTECTED]> wrote: > You forgot to supply a link to such a file. Or show a __DATA__ section > for testing. http://download.deeproot.in/~kamathln/outlook-encrtypted-sample.csv -- Cheers, Laxminarayan G Kamath A e-mail:

Re: Parsing a file within a jar file

2007-06-27 Thread Laxminarayan G Kamath A
ready in CPAN. I found a few results when I searched for "jar" in CPAN. http://search.cpan.org/search?m=all&q=jar&s=1 -- Cheers, Laxminarayan G Kamath A e-mail: [EMAIL PROTECTED] Work URL: http://deeproot.in -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Outlook CSV Parser

2007-08-10 Thread Laxminarayan G Kamath A
same.. your code actually helped me several folds.. * It also taught me to think of optimisation more seriously. * your code did not time out my cgi :-P Thanks a tonne! -- Cheers, Laxminarayan G Kamath A e-mail: [EMAIL PROTECTED] Work URL: http://deeproot.in -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: first ip and last ip

2007-08-12 Thread Laxminarayan G Kamath A
recommend searching and using a proper module.. but if you just want a head start in knowing "how" to do it, then read the script. -- Cheers, Laxminarayan G Kamath A e-mail: [EMAIL PROTECTED] Work URL: http://deeproot.in -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: Calling DLL functions from perl script

2007-10-10 Thread Laxminarayan G Kamath A
t i think i just did the right search on http://search.cpan.org :-P My search term : dll Result thrown included: http://search.cpan.org/~cosimo/Win32-API-0.46/API.pm (at the top of second page, but not sure) which looks just right for you. Please corrct me if I am wrong. -- Cheers, Laxmin