Re: How to select from a popup_menu without clicking submit?

2008-01-25 Thread Anagram
Marcus - Definitely easiest way is to handle that in JavaScript. Somewhere in your perl you will embed a few useful JavaScript functions to be passed down on the completed page. But you cannot point the JavaScript to the perl event; it just doesn't work that way. You can however use JavaScript

Re: Looping Dates.

2008-01-25 Thread Anagram
Sara - You should look at perldoc.perl.org for the date-time related functions. You don't really need any special modules, though they can sometimes be helpful. Here is a key idea: dates in perl (and many other computer languages & systems) are stored as an integer number that represents the nu