Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-25 20:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found