WebSQL is a Sybase product based on perl and Sybperl 2.x (really, the Sybase::CTlib module). It's a product first released in early 1996, so the version of perl that it uses is very old (5.001m IIRC) and a similarly ancient version of Sybase::CTlib. I seem to remember someone mentioning an Apache::WebSql module that worked with modperl and that let you use .hts files without modifications, although last time I checked a couldn't find it on CPAN.
It should be feasible to adapt one of the current HTML templating systems to handle the <SYB> tags, although getting that to work right might really be more work than just porting the whole thing to PHP, as that appears to be your real target platform. In any case you'll have to adapt the Sybase calls to DBI calls so that it will work with MySQL.
Michael
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.