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

Re: STDERR going to string

by pvaldes (Chaplain)
on Oct 15, 2011 at 14:05 UTC ( [id://931658]=note: print w/replies, xml ) Need Help??


in reply to STDERR going to string

Ok, this is the error that you want to catch, two "," at the end of the line. This is not a perl error, is a bibtex error of course, perl should know nothing about this (but Text::BibTeX should).

TITLE  = {Arranging Arguments},,

and if I comment all the fuss about STDERR and simply modify this line I got the bibtex error correctly

my $entry = new Text::BibTeX::Entry $bib_entry or die $!;

Update: Is obvious after reading the other answers that I had not understood the question at all...

Replies are listed 'Best First'.
Re^2: STDERR going to string
by Anonymous Monk on Oct 15, 2011 at 14:50 UTC

    Update: Is obvious after reading the other answers that I had not understood the question at all...

    It is ok, at least you realized it on your own :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-18 00:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found