[lug] Perl question (off os)

Sean Reifschneider jafo at tummy.com
Mon Sep 18 09:45:31 MDT 2000


On Mon, Sep 18, 2000 at 09:42:47AM -0600, Atkinson, Chip wrote:
>%nsp_code = (
>  a => 'Abc',

You probably want either:

	$a => 'Abc',

or

	'a' => 'Abc',

The warnings indicate Perl was doing the latter.

Sean
-- 
 What we see depends on mainly what we look for.
                 -- John Lubbock
Sean Reifschneider, Inimitably Superfluous <jafo at tummy.com>
tummy.com - Linux Consulting since 1995. Qmail, KRUD, Firewalls, Python




More information about the LUG mailing list