Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Perl Job Board

by outcast (Monk)
on Dec 12, 2003 at 03:50 UTC ( [id://314222]=monkdiscuss: print w/replies, xml ) Need Help??

Has there been given any thought to a job board for perlmonks.org?

This only a virtual reality

Replies are listed 'Best First'.
Re: Perl Job Board
by simonm (Vicar) on Dec 12, 2003 at 03:53 UTC
    Check out the global board at jobs.perl.org; I think it makes more sense to contribute to that existing resource than to establish another one and further fraction the market.
      And besides, the volunteers who make this site run have too much to do as it is. :-)

      -theo-
      (so many nodes and so little time ... )

      It might be a good idea simply to add perl jobs to the navigation bar menu.
Re: Perl Job Board
by EvdB (Deacon) on Dec 12, 2003 at 11:24 UTC
    Maybe there should be a nodelet that diplays the RSS feed from http://jobs.perl.org? That should be low/no maintainance once it is up and then will always be current.

    --tidiness is the memory loss of environmental mnemonics

      I don't know about the low/no maintenance part. I just tried to check the RSS page you cited and got an error page. It seems XML didn't like a question mark. An RSS feed might not be as easy as you think.

      xenchu



      ****sigfilesigfilesigfilesigfilesigfilesigfilesigfilesigfile

      Perl has one Great Advantage and one Great Disadvantage:

      It is very easy to write a complex and powerful program in three lines of code.

      ********************************************

      The Needs of the World and my Talents run parallel to infinity.
        Funny - maybe it was just a temporary glitch. The following code works nicely for me (as a proof of concept).
        use YAML; use XML::Simple; use LWP::UserAgent; print Dump( XMLin( LWP::UserAgent->new->get( "http://jobs.perl.org/rss/standard.rss" )->content() ) );

        Maybe you just bumped into an update glitch or something similar. Still you're right - there will no doubt be some unexpected things that need to be taken into account.

        --tidiness is the memory loss of environmental mnemonics

Re: Perl Job Board
by TomDLux (Vicar) on Dec 13, 2003 at 23:28 UTC

    Register at jobs.perl.org, and you'll get each job announcement relevant to the regions you specify.

    That way, people not interested in job hunting don't have to see things about jobs.

    --
    TTTATCGGTCGTTATATAGATGTTTGCA

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-03-28 16:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found