I have an nice script that lest me list stuff from a certian date in time. It based on:
DD-MON-YY (say 01-jan-03) that will be from the first of january. I am trying to add more functionality to the script. I need a function where i get an variable $days say 90, then i must subtract 90 days from my value DD-MON-YY and it should give me the right date. I allready have the DD-MON-YY as diffrent variables. But if this is going to work i guess i have to make the script aware of how many days each month have dont i? or is there some easier way? And i cant use an module for this! I can only use an old perl v5.001 due to that is whats installed, usually with the package. Not many modules is included in the package. Any pointers appriciated. //Dave
