[Perl-unix-users] CGI and client side

2003-01-06 Thread Mundell, R. \(Ronald\)
Title: CGI and client side Good Day All I know that when one write an app under perl it runs on the web server. is it not possible to write a app in perl to run on both the server and the client Ronald

RE: [Perl-unix-users] RE: DIV tags

2003-01-06 Thread Mundell, R. \(Ronald\)
Title: RE: [Perl-unix-users] RE: DIV tags Thank you That is what I was looking for. In other words no it is not possible to reproduce that within perl, one must use _javascript_. Thank you Ronald -Original Message- From: Thomas_M [mailto:[EMAIL PROTECTED]] Sent: 06 January 2003

Re: [Perl-unix-users] Printing CGI WEB Pages

2003-01-06 Thread Jon Shorie
On Thursday 02 January 2003 07:14, Mundell, R. \(Ronald\) wrote: > Good Day All > > does any body know how to print a page out of Perl > > Thanks > > Ronald I have used a method where I created an html page in perl and instead of printing it to the user, sent it to a file. The file I then send to

RE: [Perl-unix-users] RE: DIV tags

2003-01-06 Thread Thomas_M
Mundell, R. (Ronald) [mailto:[EMAIL PROTECTED]] wrote: > Good Day > > I am trying to move away from JAVA and to do the same in just perl/cgi/html Note that what you are actually talking about is Javascript. Despite the similar name, it is not the same thing as Java at all. The Javascript functio

RE: [Perl-unix-users] Memo: DBD Oracle error

2003-01-06 Thread BWilson
If you haven't done so, export an environmental variable called SHLIB_PATH that contains the path to your system's ORACLE_HOME/lib directory. For me it looks like: export SHLIB_PATH=$ORACLE_HOME/lib:$SHLIB_PATH Hope this helps, Bryan -Original Message- From: [EMAIL PROTECTED] [mailto

[Perl-unix-users] Memo: DBD Oracle error

2003-01-06 Thread kwabena . asare
I have installed the DBD-Oracle and DBI modules but my script falls over when it tries to connect to the oracle database with the following error. Has anyone got this error before ? /usr/lib/dld.sl: Can't shl_load() a library containing Thread Local Storage: /usr/lib/libpthread.1 /usr/lib/dld.sl

Re: [Perl-unix-users] redirection, target, frames

2003-01-06 Thread Szabo Zoltan
Hi, from html, javascript yes. Good Day All > > Is it possible to click on one link and then having 2 targets. Lets say by > using frames and clicking on one link and then changing 2 frames contents. > > Ronald > CoL __