How difficult would it be to modify a site thats using a here-doc to use the template toolkit or some other method?
Would it be possible to use ajax on a perl site thats using a here doc? I have an existing perl site which is using a very old version of perl (5.6) I can't upgrade due to module dependencies, however I have a need to be able to hide content, and ajax was suggested as a possible solution. so I have 2 questions
1) is it possible
2 What would I need to get it to work