in reply to Re^2: search for chr() fails
in thread search for chr() fails

:) I learneded it from Tutorials Basic debugging checklist

Here is another tip

$ perl -F"\xA0" -lanse " print join q{ ### }, @F " hitters |tail P ### Jon Garland ### (R) SS ### Everth Cabrera ### (S) CF ### Will Venable ### (L) 3B ### Chase Headley ### (S) LF ### Carlos Quentin ### (R) 1B ### Yonder Alonso ### (L) 2B ### Jedd Gyorko ### (R) RF ### Chris Denorfia ### (R) C ### John Baker ### (L) P ### Jason Marquis ### (L)

Replies are listed 'Best First'.
Re^4: search for chr() fails (-lanse)
by tbone654 (Beadle) on May 21, 2013 at 02:40 UTC
    VERY NICE! thank you...