[Perl-unix-users] How can i connect SMTP mail server.

2001-04-13 Thread kishu
Hi All, Just i wanted to send a mails by connecting SMTP mail server. Can anyone give example for this. Thanks, -Kishore --- [EMAIL PROTECTED] wrote: > Hello all, > > Can anyone give an example of how to use > IPC::Semaphore to cause a process > to "wait" until another process has finished.

RE: [Perl-unix-users] Module Listing

2001-04-13 Thread Thomas_M
> I'm sure this is an obvious question, and that I've just > missed it in the > FAQ somewhere...but how can I get a list of Perl modules > installed on my system? Here's a one-liner (just did this, perhaps someone can improve it): perl -MFile::Find -e 'sub f {print $File::Find::name,"\n" if

[Perl-unix-users] Module Listing

2001-04-13 Thread Alex Le Fevre
I'm sure this is an obvious question, and that I've just missed it in the FAQ somewhere...but how can I get a list of Perl modules installed on my system? Thanks, Alex Le Fevre ___ Perl-Unix-Users mailing list. To unsubscribe go to http://listserv.Ac

Re: [Perl-unix-users] cookies

2001-04-13 Thread $Bill Luebkert
> Pasi Valkeila wrote: > > Hello all! > > I have a script where I create HTTP Cookies using CGI.pm. > Is there a way to delete a cookie with it, or is there a way to delete cookies at >all? Please post in plain text. Just set -expires to 'now' or use a time in the past. -- ,-/- __ _

[Perl-unix-users] cookies

2001-04-13 Thread Pasi Valkeila
Hello all!   I have a script where I create HTTP Cookies using CGI.pm. Is there a way to delete a cookie with it, or is there a way to delete cookies at all?   Thanks   Pasi Valkeilahttp://www.saunalahti.fi/pasev