in reply to Re^3: Passing entered value into sub for IO::Prompt
in thread Passing entered value into sub for IO::Prompt

I do that, and running the script jumps straight to the subroutine, even before a prompt, where there is nothing entered. Then the prompt follows and doesn't take a valid date. I get:
$ ./pad_track.pl Date: Enter the day for this event, in format Must be in the format (two digits per value) of MM/DD/YY:

-- Burvil