RE: javascript error

2003-12-09 Thread Thomas Bätzler
mark o' sullivan <[EMAIL PROTECTED]> asked: > I'm trying to include javascript code in my perl script but > I'm getting the > following error 'Can't find string terminator "EOF" anywhere > before EOF at calendar.pl > Anyone have any ideas why I might be getting this error. Usually that's either

Re: Fork

2003-12-09 Thread Randal L. Schwartz
> "Octavian" == Octavian Rasnita <[EMAIL PROTECTED]> writes: Octavian> Yes I am forking more process from a CGI script because I want to let them Octavian> run on the server then end loading the current page immediately. Octavian> Can you give me a short example about how I should create that

javascript error

2003-12-09 Thread mark o' sullivan
Hi, I'm trying to include javascript code in my perl script but I'm getting the following error 'Can't find string terminator "EOF" anywhere before EOF at calendar.pl Anyone have any ideas why I might be getting this error. Using the following code to refer to javascript: #opening a new window my

Re: Fork

2003-12-09 Thread drieux
On Dec 9, 2003, at 9:53 AM, Octavian Rasnita wrote: Can you give me a short example about how I should create that loop? a strategy I proposed over on the beginner's list would look like say: That of course was built for a command line i

Re: Fork

2003-12-09 Thread Octavian Rasnita
Thank you. Yes I am forking more process from a CGI script because I want to let them run on the server then end loading the current page immediately. Can you give me a short example about how I should create that loop? Thank you. - Original Message - From: "Wiggins d Anconia" <[EMAIL P