in reply to line number ($.) problem ?

Why is this using printf and not print? Perhaps the line you're printing (in $_) contains some formatting that printf is trying to interpret, and that causes the failure.

UPDATE: This gets the message you're getting:

printf '%n';

According to sprintf, the %n format is "special: *stores* the number of characters output so far into the next variable in the parameter list".

So! What's the text on line 20804003?

Replies are listed 'Best First'.
Re^2: line number ($.) problem ?
by 5mi11er (Deacon) on Mar 27, 2007 at 18:57 UTC
    I'm relatively certain that line is:

    PIIX4: not 100% native mode: will probe irqs later

    -Scott

    Updated: I verified that was the problem line.