re: how to access the perl file from palm top

2001-12-28 Thread Grant Babb
CGI::WML available from CPAN ... you should be able to port your code quite easily with it. hope that helps- grant

re: how to access the perl file from palm top (READ THIS ONE)

2001-12-28 Thread Grant Babb
[sorry, forgot about the otherpart of this] CGI::WML available from CPAN ... you should be able to port your code quite easily with it. also - you need to set up the mime-type for wml in apache, 1.3.22 and up seem to have it already (don't know about previous versions). hope that helps- grant

how to access the perl file from palm top

2001-12-27 Thread SubbaReddy M
Hello Gurus, I have apache with mod-perl env. on Redhat linux 6.2 and mysql as backend. Written perl script that fetch the data from mysql database and generate the dynamic page to view from PC based browser. #!/usr/bin/perl -w use CGI qw(:standard); use DBI; $driver = mysql;