in reply to use DateTime gives error
You're missing an exclamation mark in the very first line, after #. Update: That's causing the shell to think it's a shell script instead of a perl script, and the first error message you're seeing is actually from the shell trying to run a program called use.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: use DateTime gives error - solved
by pgmer6809 (Sexton) on Mar 20, 2021 at 15:58 UTC | |
by haukex (Archbishop) on Mar 20, 2021 at 21:40 UTC |