in reply to Re^2: How to accees this in perl?
in thread How to accees this in perl?
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.
|
|---|