Help for this page
use strict; use warnings; ... my $string = shift || 'Nothing was sent.'; print $string, "\n"; }
Hello, world.
Nothing was sent.