If the file was written on win32 (where $\ defaults to \n\r) and then uploaded to unix (where $\ defaults to \n), chomp only catches the \n and misses the \r.
So you can do this:
foreach ( @config_pairs ) { chomp; s/\r//; # more stuff }
Jasmine
In reply to Re: Re: problems with reading data from cfg file
by Jazz
in thread problems with reading data from cfg file
by pitbull3000
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |