Probably not a very perlish question, but maybe a perlish solution for that :
I have a perl-script, which extracts pictures from a database and displays them among each other (each got a specifc anchor tag).
By click on one of them a new page with the 'clicked' picture in large size is displayed.

Now there is a back Button, which refers to the 'multipicture' page.
I like to jump back to exactly the 'last clicked' picture in that column of small-pics.
Normally I can build this backlink by doing a  <a href="http://server.where.ever.de/showallpics.html#lastpic"> back </a> But in my case my showallpics.html is a perl-script (i.e. showallpics.pl).

The question is, how can I jump to a specific anchor in a cgi-script ?

href="http://server.where.ever.de/cgi-bin/showallpics.pl#lastpic"> bac +k </a> href="http://server.where.ever.de/cgi-bin/showallpics.pl?#lastpic"> ba +ck </a>
Both above does not work ...
Any help would be very welcome ;-)

Cheers

-----------------------------------
--the good, the bad and the physi--
-----------------------------------

In reply to CGI jump to an specific anchor ? by physi

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.