http://www.perlmonks.org?node_id=481188


in reply to Re^2: what is oops
in thread what is oops

Please don't SHOUT. The question is too vague for an answer. In common English parlance, "Oops" is a mild exclamation uttered after a small accident:

open my $fh, "<", $filename or die "Oops: can't open $filename for reading: $!\n";

Alternatively, "OOP" is an abbreviation for "Object Oriented Programming", and "OOPS" might be an abbreviation for object oriented programming style, or objected oriented Perl style, or maybe even object oriented paradigm shift. We don't know the context, so can't really help much more than this. If this is something to do with object oriented perl, look at the OO docs like perltoot, as virtualsue suggested.

Replies are listed 'Best First'.
Re^4: what is oops
by atcroft (Abbot) on Aug 05, 2005 at 13:46 UTC