warn
warn() will print a message on standard error (STDERR) and go on running.
examples/files/warn.p6
#!/usr/bin/env perl6
use v6;
warn "This is a warning";
say "Hello World";
Table of Contents
Comments
In the comments, please wrap your code snippets within <pre> </pre> tags and use spaces for indentation.
comments powered by
Perl 6 Tricks and Treats newsletter
Register to the free newsletter now, and get updates and news.