in reply to Re: Thoughts on revisiting old code
in thread Thoughts on revisiting old code

Actually, there is a strict.pm in $PERL_ROOT/lib - and there's a lib.pm.

It would have been a fairly daft thing for Larry to have given use a special meaning for pragmas, besides the usual meaning of #include at compile time.

  • Comment on Re: Re: Thoughts on revisiting old code

Replies are listed 'Best First'.
Re: Re: Re: Thoughts on revisiting old code
by dakedesu (Scribe) on May 17, 2002 at 23:01 UTC

    UPDATE! Okay, yes strict.pm does exist, and yes it is a pragma, as defined in the Pragmas section of CPAN. So we are both right.