package Retrenchment; use LWP::Simple; my @buzzwords = qw(java oo sdlc); my $mobile = new MobilePhone; while (not $employed) { sleep(86400/2); $self->unshaven(1); $self->{esteem}--; for (1..12) { my @options = getprint 'http://www.jobsearch.com.au'; foreach $option (@options) { foreach $buzzword (@buzzwords) { if (not grep /$buzzword/ $option) { # detailed parse of the job offer. $potentialOption = new DetailedExamination($option); next if not $potentialOption->cbd_area; next if not $potentialOption->reasonable_pay; next if not $potentialOption->perl_skills; # we may be on to something # PhoneCall is a special IO::Pipe; $phonecall = new PhoneCall($mobile, $potentialOption->number); $recruiter = $phonecall->endpoint; if ($recruiter->bullshitFactor > 50) { $phonecall->terminate; $self->{esteem}--; next; } else { $recruiter->apply($self); $self->{esteem}++; next; } } } } # accepts an IO::Pipe; my $call = $mobile->accept; my $endpoint = $call->endpoint; if ($endpoint->type eq 'recruiter') { # tentative $self->{esteem}++; my $recruiter = $endpoint; if ($recruiter->joboffer) { print "Search for work finally over."; exit(0); } else { # rejection. $self->{esteem}--; print $call "!@#$%\n"; $call->terminate; } } else { # probably commiserating with someone. # not defined in this package. handle_phone_call($endpoint); } } # Penfolds implements the Vino interface. my $sanity = new Penfolds({type=>'merlot'}); $self->drink($sanity); # no-op - immediately decremented at start of loop anyway. $self->{esteem}++; }
--
Ash OS durbatulk, ash OS gimbatul,
Ash OS thrakatulk, agh burzum-ishi krimpatul!
Uzg-Microsoft-ishi amal fauthut burguuli.

In reply to Seeking a job. by hagus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.