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;

In reply to getting url queries by ibanix
in thread Adding dynamic parameters to a URL by sulfericacid

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.