Liebert, Sander wrote:
> Hello everyone,
> 
> I have a cgi script that sends a text message to a specified user's
> cell phone or pager. The cell phones are only capable to accepting
> 130 character messages, which is rather short. The pager company's
> automatically split the messages if they are over a specified length.
> I was wondering if it would be better for me to create multiple 130
> characters text fields in my script and send them individually or if
> I should figure out how to have the PRINT MAIL split them. I'm less
> than a beginner so all thoughts would be appreciated. 
> 
> Thanks,
> 
> Sander

        Since the technology will change over time, you might run some tests sending 
to your self or someone who has the capability and see what the pager company does. If 
looks ok, then try letting them, if not then play with it yourself and see what you 
come up with.  If you do it yourself, then you might look at Damian Conway's 
Text::Autoformat as a aid in doing the split.

Wags ;)


**********************************************************
This message contains information that is confidential
and proprietary to FedEx Freight or its affiliates.
It is intended only for the recipient named and for
the express purpose(s) described therein.
Any other use is prohibited.
****************************************************************


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to