Handling Warnings
Learn how to handle warnings in Perl.
While there’s more than one way to write a working Perl program, some of those ways can be confusing, unclear, and even incorrect. Perl’s warnings system can help us avoid these situations.
Producing warnings
Use the warn
built-in to emit a warning:
Get hands-on with 1400+ tech skills courses.