Chris wrote:
> 
> How do I stop the warning message
> Possible attempt to separate words with commas at
> @dollars = qw/ $12,345.67 $11,555.99 $9,765.35 $432 $876.4 /;

my @dollars = ( '$12,345.67', '$11,555.99', '$9,765.35', '$432 $876.4'
);



John
-- 
use Perl;
program
fulfillment

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

Reply via email to