Re: SMS services

2012-06-29 Thread Kwaku Addo Ofori
s, > > Mike(mickalo)Blezien > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Thunder Rain Internet Publishing > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > - Original Message - > *From:* Kwaku Addo Ofori > *To:* Mike Blezien > *Cc:* Perl List >

Re: SMS services

2012-06-29 Thread Kwaku Addo Ofori
Hi Mike, If you want a simple smpp client, check out Net::SMPP. I've been using it for years as a simple smpp client test tool without any issues. It's quite simple to use. Kwaku. On Fri, Jun 29, 2012 at 6:52 PM, Mike Blezien wrote: > Hello, > > we would like to setup a Perl script for sending

Perl script logging permissions

2012-05-26 Thread Kwaku Addo Ofori
Hi Guys, I need some help. I've just finished my script and a manual test is fine. Basically, it's a script that gets the PID of some selected process and lists all the open file descriptors for the processes pipes this to a file. Problem is, when I run the script manually it works well and writes

Experience with GSM::ENCODE

2010-09-20 Thread Kwaku Addo Ofori
Hi, Does anyone have some experience with the perl Encode::GSM0338 module. I need to encode some utf8 content (predominantly french characters) I fetch from a mysql database and then encode them to the corresponding gsm character set. Without doing this the content is not rendered properly on the

Encoding issues.

2010-08-13 Thread Kwaku Addo Ofori
Hi Guys, I just wrote a script that retrieves some records from a MYSQL database. These records contain a lot of the special characters from the French language. I need a way to decode these characters properly before sending them on to a third party. For example, retrieving this from the databas