my $Verbose = $ENV{VERBOSE} // 1; my $secret = int(1 + rand 100); print "Don't tell anyone, but the secret number is $secret.\n" if $Verbose;