in reply to Re: Eval in RegEx ...
in thread Eval in RegEx ...

Nope... thanks anyway...

Replies are listed 'Best First'.
Re^3: Eval in RegEx ...
by taint (Chaplain) on Dec 06, 2013 at 16:04 UTC
    Odd. I'ts simple heredoc notation/quoting. I use it all the time. I tried it here, before posting the reply, and it worked. Must be more elements involved, than you are providing, that process the format of the output.

    Sorry.

    --Chris

    Hey. I'm not completely useless. I can be used as a bad example.
    

      Chris,

      Its not a problem of heredoc, the problem with evaluation of perl code.

      Also I didn't understant what you've changed than a addition space just after a quotation mark.

      Anyway I found solution after some trial with eval!

      Thanks Chris

        Ahh. I see. Well just for clarity; It appeared (to me) that you simply wanted the format of the output to be left-aligned closer. So given that heredoc obeys the layout you provide it. I simply moved the <div>'s, and the <p>'s to the output you appeared to request.

        In any case. I'm glad you were able to get all sorted out.

        Best wishes.

        --Chris

        Hey. I'm not completely useless. I can be used as a bad example.