Hello all
Sorry to have to do this but I really need to ask a stupid question
I’m using the module Apache::AuthTicket and after following the example on the cpan site it works.
However the documentation is confusing me a little. This could be down to my misunderstanding or just my stupidity
I let you decide on that one.

I wish to change the login form to my own custom page.
Now I can see the documentation stipulates that you can overload subclasses. But to be honest I don’t understand this
im guess it means I can override the subroutine with my own? Possible with this next line?

In the example it talks about “void make_login_screen($r, String action, String destination)” this is were im starting to get confused
Is it simply the case of commenting out the make_login_screen in the original source and adding my own or can I feed some form of variable (like the one above) to apache/mod_perl to use another script/page to output the new login form?

If the later is correct were do I place such statement in apache or the original source.

As ever thanks in advance for any input you maybe able to give.
regards,
Gareth


In reply to Apache::AuthTicket by spacey

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.