Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Least favorite non-geek(s) at my job:

by hangon (Deacon)
on Jun 24, 2008 at 23:17 UTC ( [id://693847]=note: print w/replies, xml ) Need Help??


in reply to Least favorite non-geek(s) at my job:

Ever have one of those days when you just didn't like anyone?

package Job; sub new_day { my $job = shift; my $self = {}; my @management_team = ( $Useless::CorporateWeasel, $Backstabbing::MiddleManager, $FaceSmiling::Ladderclimber, $Insipid::MarketingDrone, $PHB ); $self->{score} = push @offa_roof, @management_team; foreach (@Luser){ push @outta_window; $self->{score}++; } if ($self->{score} > 1){ $self->{status} = "Happy"; bless $self, $job; } return $self; }

Replies are listed 'Best First'.
Re^2: Least favorite non-geek(s) at my job:
by parv (Parson) on Jun 25, 2008 at 06:23 UTC
    I suppose @Luser is in global scope?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://693847]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (1)
As of 2024-04-24 16:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found