Re: [Perl-unix-users] embedding javascript in cgi perl

2006-09-19 Thread Peter Eisengrein
Another possible cause is the direction of the slashes in this statement:   print "var url = '';";   Just a thought.       -Original Message-From: Peter Eisengrein Sent: Tuesday, September 19, 2006 5:35 PMTo: 'Dhivya Arasappan/O/VCU'; perl-unix-users@listserv.ActiveState.comS

Re: [Perl-unix-users] embedding javascript in cgi perl

2006-09-19 Thread Peter Eisengrein
Not sure but if I had to guess it would be that the double quotes are interpolating the output. Of course, not sure why this wouldn't also happen in Linux. My recommendation is try using single quotes instead.     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC