Hi
I have a problem with gen-declspecs.h (I guess because I use cygwin +
ActiveState perl). The headers are stored with \r\n but chop removes only
\n resulting in corrupted files.
I replaced the first chop by s/\015?\012$//g; which works just fine:
my $truncLine = '';
while (<F>)
{
- chop;
+ s/\015?\012$//g;
--
42Bastian
+
| http://www.sciopta.com
| Fastest direct message passing kernel.
| IEC61508 certified.
+
_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html