Hi all,

Before Christmas  I had a thread going where I was trying to get "pretty" or 
neat formats in an email

In the end someone kindly provided me with the following solution ( I can't 
find the post)

formline 'FORM', $name, $age, $ID;
NAME     |    AGE     | ID NUMBER 
----------+------------+-----------
@<<<<<<< | @||||||||| | @>>>>>>>> 
$name,     $age,        $ID,
===================================
COMMENTS                          
-----------------------------------
FORM
formline 'FORM', $comments;
^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ~~
FORM

My $string = $^A

This is good, it allows me to use $string in my email code.

My question is how do I now modify the code to allow for a list of say 10 names 
from an array?

TIA


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to