in reply to Perl doesn't give error when module is not found
use warnings; print Dumpper 'Hi';
Perl gives us two warnings:
Name "main::Dumpper" used only once: possible typo at ... line 2. print() on unopened filehandle Dumpper at ... line 2.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl doesn't give error when module is not found
by Anonymous Monk on Mar 26, 2024 at 11:03 UTC | |
by choroba (Cardinal) on Mar 26, 2024 at 11:10 UTC |