in reply to Re^3: perl module structure
in thread perl module structure

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

Replies are listed 'Best First'.
Re^5: perl module structure (Type System)
by LanX (Saint) on Mar 31, 2018 at 13:46 UTC
    Partly true, but irrelevant.

    This doesn't answer in any way why the object systems are different.

    Perl has many means to make the compilation persistent (see eg PAR::Tutorial ), but this has no effect on typing whatsoever.

    Bla++ (as usual)

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)
    Wikisyntax for the Monastery

Re^5: perl module structure
by KurtZ (Friar) on Mar 31, 2018 at 18:40 UTC
    “ Perl parses the source-code into a runtime tree which can be modified thereafter“

    What?

    How? When? Where?