----- Original Message ----- 
From: "Moon, John" <[EMAIL PROTECTED]>
To: "'John'" <[EMAIL PROTECTED]>; "Perl Beginners" <beginners@perl.org>
Sent: Thursday, December 23, 2004 3:37 PM
Subject: RE: Converting a array to a scalar


> Subject: Converting a array to a scalar
> 
> Is there any good function to convert an array (this is the content of a
> file) to scalar (for email sending as the body)
> 
> 
> 
> I am not sure I understand your questions but I have recently had success
> with the module Text-Template... You may wish to look at that module.
> 
> If you can send us some code that may help...
> 
> jwm
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
> 
> 
> 
I found a quite easy way to do that.

$content="@the_array";

Is the above method good or am i missing something?


-- 
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