http://qs321.pair.com?node_id=121725


in reply to cleaning up control characters

If you know that exactly the first two chars are hosed, a simpler faster method is:

$line =substr($_,2);
see japhy's helpful rant here

email: mandog