RE: Perl one liner....

2006-05-23 Thread Nagasamudram, Prasanna Kumar
Thanks Shawn...that worked... I think it was everything to do with double quotes on windows. -Original Message- From: Mr. Shawn H. Corey [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 11:50 PM To: beginners@perl.org Subject: Re: Perl one liner On Tue, 2006-23-05 at 11:36 -07

Re: How to handle(read & write) emails using perl

2006-05-23 Thread Anish Kumar K.
Please check out this http://search.cpan.org/src/BARBIE/Mail-Outlook-0.09/lib/Mail/Outlook.pm Anish Poonam Pahil wrote: Hi, Is it possible to open an outlook mail message using perl. If yes, can somebody please suggest what should I read to make this happen(Is it CGI). I want to read from a

How to handle(read & write) emails using perl

2006-05-23 Thread Poonam Pahil
Hi, Is it possible to open an outlook mail message using perl. If yes, can somebody please suggest what should I read to make this happen(Is it CGI). I want to read from a mail message (iam using outlook currently).Also format a mail - creating a table in a mail message & then inserting data into

Re: Running perl from perl?

2006-05-23 Thread Sumo Wrestler (or just ate too much)
siegfried wrote: How do I run a perl program from a perl program? I could use the back quote (grave) I suppose. I could also use "system". Is there a better way that does not create an additional process? [...] If I were you I'd go ahead an create additional processes, but the threads module s

Re: Running perl from perl?

2006-05-23 Thread Mr. Shawn H. Corey
On Tue, 2006-23-05 at 15:00 -0600, siegfried wrote: > How do I run a perl program from a perl program? I could use the back quote > (grave) I suppose. I could also use "system". Is there a better way that > does not create an additional process? > > I have six perl programs running once a day (vi

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Leonid Grinberg
SLASHDOT!!! Amazing that this has not yet been mentioned! -- Leonid Grinberg [EMAIL PROTECTED] http://www.lgrinberg.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Chad Perrin
On Wed, May 24, 2006 at 09:32:58AM +0800, Jeff Pang wrote: > For web application,I think Java is more excellent than Perl or mod_perl. 1. I think that server-side Java for web development is one of the supidest ideas I've ever heard. Here's a language for which one of the top three reasons it ex

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Jeff Pang
For web application,I think Java is more excellent than Perl or mod_perl. I use earthlink's mailbox as one of my primary account,this webmail application is developed under Java,it's really good and fast,better than any Perl/CGI webmail that I have seen.Pobox's web application is implemented with

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Anthony Ettinger
...course everybody uses perl here and there for batch processing :) On 5/23/06, Anthony Ettinger <[EMAIL PROTECTED]> wrote: ebay.com started out as a perl, but it's been revamped as java for a few years now. -- Anthony Ettinger Signature: http://chovy.dyndns.org/hcard.html -- Anthony E

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Anthony Ettinger
ebay.com started out as a perl, but it's been revamped as java for a few years now. -- Anthony Ettinger Signature: http://chovy.dyndns.org/hcard.html -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Dave Day
How about Amazon.com and Ebay.com??? Dave - Original Message - From: "Japerlh" <[EMAIL PROTECTED]> To: "beginners" Sent: Tuesday, May 23, 2006 7:41 AM Subject: What are the most successful applications of Perl? Thanks. What are the most successful applications of Perl? Thanks. -- B

GnuPG module help?

2006-05-23 Thread Jason Balicki
I'm trying to do public key encryption on a file so that I can ftp it to a server later. I have a very small, simple script: use GnuPG; use strict; use warnings; my $secret= "thisisatest"; my $recipient = "[EMAIL PROTECTED]"; my $gpg = new GnuPG(); $gpg->encrypt ( plaintext => "testfile.txt", ou

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Jeremy Vinding
JupiterHost.Net wrote: I also have advanced knowldge of a certain companie's 10th anniversary celebration that involves releasing an up till now internal/private Perl based system for general use. I can't elaborate or they'd have to kill me but all I can say is, I can't freaking wait to be ab

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Anthony Ettinger
On 5/23/06, John W. Krahn <[EMAIL PROTECTED]> wrote: Japerlh wrote: > What are the most successful applications of Perl? http://www.oreillynet.com/pub/a/oreilly/perl/news/success_stories.html movable type is one that I know of off hand. -- Anthony Ettinger Signature: http://chovy.dyndns.org/

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread John W. Krahn
Japerlh wrote: > What are the most successful applications of Perl? http://www.oreillynet.com/pub/a/oreilly/perl/news/success_stories.html John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Running perl from perl?

2006-05-23 Thread Anthony Ettinger
On 5/23/06, siegfried <[EMAIL PROTECTED]> wrote: How do I run a perl program from a perl program? I could use the back quote (grave) I suppose. I could also use "system". Is there a better way that does not create an additional process? I have six perl programs running once a day (via cygwin c

Running perl from perl?

2006-05-23 Thread siegfried
How do I run a perl program from a perl program? I could use the back quote (grave) I suppose. I could also use "system". Is there a better way that does not create an additional process? I have six perl programs running once a day (via cygwin cron). I would like to have a single cron job runnin

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread JupiterHost.Net
Can you point it out to us after their 10th anniversary? Sure, be happy to :) Hmmm, I wonder. Could it be something from CPAN? No, a company has a "product" they made and use and it is saaaweeet, on theri 10th anniversay they'll release it for public use. Any more detaisl and the helicopt

Re: Perl one liner....

2006-05-23 Thread Mr. Shawn H. Corey
On Tue, 2006-23-05 at 11:36 -0700, M Senthil Kumar wrote: > > On Tue, 23 May 2006, Nagasamudram, Prasanna Kumar wrote: > > |I'm trying to do a find and replace on the file content using the > |following command on windows. > > [snipped] > > |perl -p -i.bak -e 's/FOO/BAR/g' abc.txt > > [snipped

RE: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Ryan Frantz
> -Original Message- > From: Joshua Colson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 23, 2006 1:34 PM > To: JupiterHost.Net > Cc: beginners > Subject: Re: What are the most successful applications of Perl? Thanks. > > On Tue, 2006-05-23 at 10:33 -0500, JupiterHost.Net wrote: > > >

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Joshua Colson
On Tue, 2006-05-23 at 10:33 -0500, JupiterHost.Net wrote: > I also have advanced knowldge of a certain companie's 10th anniversary > celebration that involves releasing an up till now internal/private Perl > based system for general use. > > I can't elaborate or they'd have to kill me but all I

Re: Looking for example Perl scripts to be used in Perl Training.

2006-05-23 Thread Randal L. Schwartz
> "Jeff" == Jeff Pang <[EMAIL PROTECTED]> writes: Jeff> I think both "Learning Perl" and "Perl Cook Book" are right for your Jeff> purpose. I got these two books from internet,they are in ".chm" Jeff> format.But I don't know whether it'll breach the copyright or not, if I Jeff> send them to y

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread JupiterHost.Net
Japerlh wrote: What are the most successful applications of Perl? A few that I consider "successful": cPanel - cpanel.net apple.com amazon.com The navy uses perl to "synchronize watches": http://tycho.usno.navy.mil/cgi-bin/timer.pl A few of our higher end communications clients use

Re: sub never called

2006-05-23 Thread Anthony Ettinger
turn warnings on /usr/bin/perl -w use strict; use diagnostics; On 5/22/06, beast <[EMAIL PROTECTED]> wrote: I have these following code. It seems that sub is_exist never called more than once. I've checked ldap server log, the client never request for second search. Putting $ldap object i

Re: Perl one liner....

2006-05-23 Thread M Senthil Kumar
On Tue, 23 May 2006, Nagasamudram, Prasanna Kumar wrote: |I'm trying to do a find and replace on the file content using the |following command on windows. [snipped] |perl -p -i.bak -e 's/FOO/BAR/g' abc.txt [snipped] Hi, Try: $ perl -pi.bak -e 's/FOO/BAR/' abc.txt Note: abc.txt has BAR, abc

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread M Senthil Kumar
On Tue, 23 May 2006, Japerlh wrote: |What are the most successful applications of Perl? |Thanks. [snipped] Hi, Have a look at this page: http://bioperl.org/wiki/How_Perl_saved_human_genome written by Dr. Lincoln Stein. Regards, Senthil -- To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Perl one liner....

2006-05-23 Thread Nagasamudram, Prasanna Kumar
Hi All I'm trying to do a find and replace on the file content using the following command on windows. perl -p -i.bak -e 's/FOO/BAR/g' abc.txt abc.txt === test abcd sdfds sdfdsf fdFOO fsd fds hgjhg df fsd hfhj gFOOfd gfdgfd gdf gdf gdf sfsd fsd But the abc.txt remains un

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Jeff Pang
I'm working on email system,I know lots of mail applications are implemented with Perl.For example,everyone.net,postmaster.co.uk... are developed under Perl.And,the famous opensources site,slashdot.org,is drived by mod_perl. > >What are the most successful applications of Perl? >Thanks. > --

Re: What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Bjørge Solli
On Tuesday 23 May 2006 13:41, Japerlh wrote: > What are the most successful applications of Perl? You don't define /successful/. How well you succeed depends on what your goal is... -- Bjørge Solli - Office:+47 55205847 http://www.nersc.no Nansen Environmental and Remote Sensing Center - Bergen

What are the most successful applications of Perl? Thanks.

2006-05-23 Thread Japerlh
What are the most successful applications of Perl? Thanks. -- Besh wishes, Japerlh -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

sub never called

2006-05-23 Thread beast
I have these following code. It seems that sub is_exist never called more than once. I've checked ldap server log, the client never request for second search. Putting $ldap object inside every sub will solve the problem, but doesn't it expensive to create ldap connection object for every search?