in reply to Re: How to look for patterns in a file and create a CR
in thread How to look for patterns in a file and create a CR

When I submit a question and I perform a preview all the lines or standing after each other and my returns dissepeared. With adding <code> do you mean that every time I want a return I should add at the end of my line #<#CR> ? Pieter
  • Comment on Re: Re: How to look for patterns in a file and create a CR

Replies are listed 'Best First'.
Re: Re: Re: How to look for patterns in a file and create a CR
by greenFox (Vicar) on Mar 21, 2001 at 16:09 UTC
    Put code tags like this:
    <code>
    use strict; my $var = 0; ...
    </code>
    around your code.
    Its in the Site How To

    --
    my $chainsaw = 'Perl';