in reply to Recruiters from Beyond
This is what I think one finds everywhere (or rather, at least in IT) - if you have enough middle men involved. A link on tillys former home node pointed me to a story which I find very convincing. I draw from it the rule that it's always necessary to talk to the people you will be working with and try to extract the actual skillset from them instead of what they told the other people.
perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web
|
|---|