Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Unknown compile error - desperation

by Anonymous Monk
on Feb 23, 2004 at 03:13 UTC ( [id://331012]=note: print w/replies, xml ) Need Help??


in reply to Re: Unknown compile error - desperation
in thread Compilation failed, Vendor::Amazon, Vendor::BarnesNoble

I agree that the op probably wants an anonymous reference for the value of the %CONFIG{vendors}, but here's a nit.
Your line "'vendors' => qw(Amazon BarnesNoble) " is assigning a list to a scalar. This will result in the first value (Amazon) being assigned to "vendors"

Actually, it's assigning an odd number of elements to a hash: 'vendors', 'Amazon', 'BarnesNoble' are the last three.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://331012]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-20 02:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found