in reply to Re: How to accees this in perl?
in thread How to accees this in perl?

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: How to accees this in perl?
by hipowls (Curate) on Jan 28, 2008 at 00:45 UTC

    Like so ...

    <p>Your words go here</p>
    and
    <code>
    use strict;
    use warings;
    </code>
    ...

    You can embed code within a paragraph like this

    <p>I am trying to do ... and this is my code
    <code>
    use strict;
    use warings;
    ...

    __END__
    the out put is ...
    </code>
    </p>

    Do read Writeup Formatting Tips and the bottom of the preview page. Here is a reference if you need to look up what tags do.

Re^3: How to accees this in perl?
by apl (Monsignor) on Jan 28, 2008 at 10:55 UTC
    Before you create the post, you should preview it. If what you see is hard for you to read, it's harder still for us.