I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-02-10 17:43:15-08 by ivorw
<pre> tag for posting code
Any chance of a <pre> tag for posting code and log extracts.
Direct Responses: 82 | Write a response
Posted on 2005-02-10 17:55:03-08 by ivorw in response to 81
Re: <pre> tag for posting code
Looks like there's an HTML escaping bug here :). Perhaps pre needs to work like the code tags on Perlmonks.
Direct Responses: 95 | Write a response
Posted on 2005-02-11 19:54:29-08 by szabgab in response to 82
Re: <pre> tag for posting code
I fixed the HTML escaping bug you found.

We have a <code> tag, that should work like the same tag on PerlMonks. Right now I keep the data as it was typed in and put them in a <div class="text"> tag. I was thinking of making this tag - using css - work like the code tag of PerlMonks but so far it is not good enough.
Suggestions are welcome on how to achive that...

Direct Responses: Write a response