in reply to how perl interpreter works?

first hit for "how perl interpreter works":

perlinterp

Cheers Rolf

( addicted to the Perl Programming Language)

PS: not your question? Then plz see How do I post a question effectively?

Replies are listed 'Best First'.
Re^2: how perl interpreter works?
by pankaj verma (Initiate) on Sep 27, 2013 at 17:12 UTC
    thanks rolf.

    i have read it but it is something more about perl internals with it's c modules.

    what i want to know is ,if perl is a two way interpreter then what is does in these Two ways(what in first and what in second one).
      plz explain "two way interpreter"

      Cheers Rolf

      ( addicted to the Perl Programming Language)

      ps: Then plz see How do I post a question effectively?

      First and foremost, think through your question. Can you explain it clearly to yourself? Can you explain it to others? What example data would help them understand the issue? What's not happening that you think should happen, or happening th +at you think should not (or don't understand)?
        that is something i want to know. i heard people say that perl is a two way interpreter.

        so i want to know if it is a two way then what it does in this?