Need help with Perl error Please

2002-02-21 Thread Michael Eggleton
Hi All, I have a problem with the Perl format command. If I use the '' for Justify left. I get the error message: Missing right curly or square braket. So this code below does not work: format STDOUT = ZIPPKG: @ $zippkg NAME: @ $zippkgName CATEGORY: @

Re: Need help with Perl error Please

2002-02-21 Thread Michael Kelly
On 2/21/02 10:00 PM, Michael Eggleton [EMAIL PROTECTED] wrote: Hi All, I have a problem with the Perl format command. If I use the '' for Justify left. I get the error message: Missing right curly or square braket. You need to terminate formats with '.' (a single period), not '..' That

Re: Need help with Perl error Please

2002-02-21 Thread Michael Eggleton
PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 21 Feb 2002 22:09:34 -0800 Subject: Re: Need help with Perl error Please On 2/21/02 10:00 PM, Michael Eggleton [EMAIL PROTECTED] wrote: Hi All, I have a problem with the Perl format command. If I use the '' for Justify left. I get the error

Re: Need help with Perl error Please

2002-02-21 Thread Jeff 'japhy' Pinyan
On Feb 21, Michael Kelly said: On 2/21/02 10:00 PM, Michael Eggleton [EMAIL PROTECTED] wrote: If I use the '' for Justify left. I get the error message: Missing right curly or square braket. You need to terminate formats with '.' (a single period), not '..' That should fix it, That is a

Re: Need help with Perl error Please

2002-02-21 Thread Michael Kelly
On 2/21/02 10:15 PM, Jeff 'japhy' Pinyan [EMAIL PROTECTED] wrote: On Feb 21, Michael Kelly said: On 2/21/02 10:00 PM, Michael Eggleton [EMAIL PROTECTED] wrote: If I use the '' for Justify left. I get the error message: Missing right curly or square braket. You need to terminate