Re: How do embed javascript

2003-02-27 Thread Tom McKellips
/form hr color=$linebreakcolour /center /td /tr tr td /td /tr /table /div /body /html EndHTML } On Thu, 27 Feb 2003 13:14:36 -, Art MacArt wrote let's see a code sample, then it might be easier to help.. - Original Message - From: Tom

Re: How do embed javascript

2003-02-27 Thread Tom McKellips
? On Thu, 27 Feb 2003 08:55:44 -0800, drieux wrote On Wednesday, Feb 26, 2003, at 19:00 US/Pacific, Tom McKellips wrote: Hi, How do I embed a java script inside a perl cgi? In my perl code I have a print endofhtml line then I insert all the html as normal. Inside of the html i have

Re: mkdir will not work with a variable

2003-02-16 Thread Tom McKellips
Ok, I got it now. You mentioned tainted and I started looking at that closer. The variables were not properly untainted before using them to make a directory. Thanks for the help Tom On Thu, 13 Feb 2003 20:49:45 -0500, Wiggins d'Anconia wrote Tom McKellips wrote: I tried your line

Re: mkdir will not work with a variable

2003-02-13 Thread Tom McKellips
:26:27 -0500, Wiggins d'Anconia wrote Always group reply so taht others can help and be helped by the discussion Tom McKellips wrote: Yes I have tried that and still nothing works. This is a CGI script and setuid also using setuidperl -T and the directory is 777. This is the line

mkdir will not work with a variable

2003-02-10 Thread Tom McKellips
How do I make mkdir work with a variable? I can put mkdir '/mydir'; in a cgiscript and it will work perfect every time but if I use a variable mkdir $mydir; it will never work It does not appear to make any difference how I place or ' or anything else. I have tested the variable to make sure