Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Trouble getting CGI parameters

by PodMaster (Abbot)
on Apr 30, 2006 at 23:15 UTC ( [id://546612]=note: print w/replies, xml ) Need Help??


in reply to Trouble getting CGI parameters

it doesn't seem to print the information only the variable divider. Can someone tell me what I'm doing wrong?
If print FILE "$first:$last:$username"; only produces "::" in the file, that means that $first, $last and $username are EMPTY. Why they're empty? It could be because you're mixing CGI.pm function/object interfaces. You should examine your object with Data::Dumper (use Data::Dumper;print Dumper($q);).

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found