7 ms·
By default, even on a recent perl it'll act like you're on a really old perl and run just fine. With warnings, it runs, but tells you about all of the mistakes
by TheDauthi 2y ago
By default, even on a recent perl it'll act like you're on a really old perl and run just fine.
With warnings, it runs, but tells you about all of the mistakes you made.
With strict, it doesn't run.