http://www.perlmonks.org?node_id=253572


in reply to Re: Re: SOP6W
in thread SOP6W

I had to visit this page using IE to see what you meant. My Mozilla client displays everything sans formatting. However this happens, it needs to be visible within the text and not merely an applied style.

Replies are listed 'Best First'.
Re: Re: Re: Re: SOP6W
by TheDamian (Vicar) on Apr 28, 2003 at 03:59 UTC
    Which is exactly why I suggested distinguishing tags.

    However, perhaps the correct answer is for senior monks to start using a standard convention when the language in question is not obvious from context:

    # P5 print $foo{bar}.baz(); # bar entry of %foo, # then concat result of baz()
    vs:
    # P6 print $foo{bar}.baz(); # call baz() method on # bar entry of %$foo