in reply to Re: How to determine if 'ref' is wanted? (ala 'wantarray')
in thread How to determine if 'ref' is wanted? (ala 'wantarray')

Oh..was afraid of that...since  'code'   is an HTML keyword like'p'...

, I used an extension where it says 'edit in a write area', that composes in HTML and writes the result.  It works with most sites that take HTML, but I guess it doesn't work here because perlmonks has redefined the 'code' keyword to behave differently than the standard specifies?  Urg...how...'unstandard'  ;-)

I wonder how much of a bother it would be to use a keyword that ISN'T defined in HTML so we wouldn't be redefining the standard?  Just a thought.

 

Replies are listed 'Best First'.
Re^3: How to determine if 'ref' is wanted? (ala 'wantarray')
by chromatic (Archbishop) on Nov 07, 2011 at 20:33 UTC
    I wonder how much of a bother it would be to use a keyword that ISN'T defined in HTML...

    I use the <c> tag.


    Improve your skills with Modern Perl: the free book.