in reply to Re: Which are perl-internal subroutines?
in thread Which are perl-internal subroutines?

Did you try this? Just execute the following script
sub BEGIN { warn "BEGIN called\n"; }

Replies are listed 'Best First'.
Re^3: Which are perl-internal subroutines?
by samtregar (Abbot) on Nov 19, 2007 at 07:29 UTC
    Yeah, my mistake. I did try it actually, I just misread the results!

    -sam

      It's funny that you're getting so much ++ for being wrong :-)

        Yeah, really. Note to self: be wrong more often!

        -sam