in reply to Re: Help with .hts (sybase "html" files w/inline perl)
in thread Help with .hts (sybase "html" files w/inline perl)

Thanks for the input.

Sounds like getting the old perl code to work within a new system would be rather difficult. What about this scenario? The people I might do the work for just want to get rid of the ancient machine the .hts files run on. But now they don't want to convert the code to PHP (too much work). They don't know anything about what keeps the files working (Sybase related things) though. Might it be possible to move the code to a Solaris box and have it still function? What pieces are needed in order for the .hts code to work?

Do you think I should I check on CPAN for that Apache module?

Then there's also the other issue of using a mySQL db instead. To me, that doesn't seem to be possible, since all the inline perl code in the hts pages uses special ways of accessing the database. Am I crazy?

Chris

  • Comment on Re: Re: Help with .hts (sybase "html" files w/inline perl)

Replies are listed 'Best First'.
Re: Re: Re: Help with .hts (sybase "html" files w/inline perl)
by mpeppler (Vicar) on Sep 16, 2003 at 23:53 UTC
    The easy solution would be to find a Solaris version of Web.SQL and use that. However, that may be difficult to find. The Apache::WebSQL module is listed on CPAN in the module list, but it's not found on search.cpan.org. You may need to contact the author to see if there is something that you could use.

    If the client still has the Sybase server on their net then I'd skip porting to MySQL as simply unnecessary at this point. Michael