HeYa all again, Bumped into another problem. Not sure if this is the right place to ask, but someone might have encountred this here. It seems that if you give a long arg to open on winXP{ extanding MAX_CANNON on command prompt } it will get broken into lines. Does anyone know how to fix it ? Here is how to recreat,
$Val="msft"; open FH,"GET http://quotes.nasdaq.com/quote.dll?page=xml&mode=stock&symbol=$Val |"; while(<FH>){ print $_; } Thanx in advance, Mark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]