Octavian Rasnita wrote: > Hi all, > > I have a big problem with a script that uses the LWP module. > > The script works under Windows with Perl 5.6.1 but it doesn't work under > Linux with Perl 5.6.0. >
if your script is coded in Windows, it might have the ^M character at the end where it could mess things up in Linux. have you check your server's error log to see what is wrong? david
