Perl Mailer

2003-04-02 Thread Hytham Shehab
hi guys, is anybody here knows a good script - good means MIME attachments - that act as a mailer agent ? i have write some small scripts myself, but if someone can handle MIME and it is already written, then it is better to use it. thx v.much -- To unsubscribe, e-mail: [EMAIL PROTECTED]

SSL

2003-02-19 Thread Hytham Shehab
hi guys, If someone want some interaction with the web, he might use LWP and WWW::Mechanize, thats good, but thats not good if he wants to work with SSL. how can i integrate my script with SSL? thx. -- Hytham Shehab -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

parsing an excel formula

2002-12-16 Thread Hytham Shehab
hi guys, i have found that Excel::Parser and other parsing excel modules very usefull in parseing all excel data except the formula data, so how can i extract the formula from a cell ?? thx v.much -- Hytham Shehab

Spreadsheet::ParseExcel

2002-08-04 Thread Hytham Shehab
ation failed in require at excel.pl line 4. BEGIN failed--compilation aborted at excel.pl line 4. i have installed the module using PPM, and you can rest assure that it is there. thx. very much -- Hytham Shehab -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

phone + speech

2002-06-26 Thread Hytham Shehab
hi guys, is there is any available module/solution to write a perl script that catch a telephone call and get the extension number and say - say - hello, you press 5, could this be done? thanks guys -- Hytham Shehab -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: how to include a subroutine from external file?

2002-06-23 Thread Hytham Shehab
is my only target, thats it... thx v. much, specially Lundeen and drieux -- Hytham Shehab -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

how to include a subroutine from external file?

2002-06-23 Thread Hytham Shehab
hi all of you, i have a multiple perl files that use the same subroutines, the only way i know to handle this - i know its not so cleaver - is to copy & paste the portion of the subroutine in all perl files i want to use it, what is the more clever way? thx v. much -- Hytham Shehab --

off topic - mail under win32

2002-05-24 Thread Hytham Shehab
works fine. thx Hytham Shehab -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

session id

2002-03-12 Thread Hytham Shehab
Hello! i see in most PHP powered sites values like SID=02304028lkbah234, which is the session id in most cases, is there any way to do the same in PERL? Thanks -- Hytham Shehab