Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Confusing Syntax

by larsen (Parson)
on Aug 12, 2003 at 10:38 UTC ( [id://283136]=note: print w/replies, xml ) Need Help??


in reply to Confusing Syntax

Your code:
%pics( pic0 => $q->param("photo") , ... omissis ...
Try this instead (note the =):
%pics = ( ... omissis ...
Update: For the while part, you should look in perlsyn.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-24 10:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found