in reply to Re: Coding styles: OOP vs. Subs
in thread Coding styles: OOP vs. Subs

Am I the only one who sticks mutiple things in one file?
##################################################### package Foo; ##################################################### package Bar; ##################################################### package Baz;

Replies are listed 'Best First'.
Re^3: Coding styles: OOP vs. Subs
by Anonymous Monk on Nov 16, 2005 at 17:04 UTC

    Am I the only one who sticks mutiple things in one file?

    Yes.

      No he isn't.

      ---
      $world=~s/war/peace/g