On Sat, Nov 23, 2002 at 06:06:12PM -0500, 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 /;
no warnings "qw"; It is lexically scoped. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]