Help for this page
#!/usr/bin/perl -w use strict; ... } else { print "/\$bool: Nobody loves me, everybody hates me.\n"; }
if ($bool) { print "/\$bool I'm true, so this get's printed.\n"; } ... print "/\$bool First, I want to think my manager...\n"; }