Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Perl Job Board

by EvdB (Deacon)
on Dec 12, 2003 at 11:24 UTC ( [id://314276]=note: print w/replies, xml ) Need Help??


in reply to Perl Job Board

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

Replies are listed 'Best First'.
Re: Re: Perl Job Board
by xenchu (Friar) on Dec 12, 2003 at 14:12 UTC

    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

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-23 12:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found