in reply to Re: Error handling
in thread Error handling

posts_for gets the information about the references like title, authors which is posted by the user. It simply gets the information and I print it using the file handle into a text file. That's it

Replies are listed 'Best First'.
Re^3: Error handling
by ikegami (Patriarch) on Jul 18, 2011 at 19:45 UTC
    That's completely useless to me, sorry. I cannot figure out from that why posts_for throws an error.

      Basically, I think its not something to deal with what posts_for retrieves. Its about how to skip this error. I don't know but if there is something that I can do to skip this error which stops my program. Something like eval{}! If anyone knows about this error kindly help me. That would be really great. Thank you.

        Assuming the text comes from an exception being thrown, eval { } will catch it.