Help for this page

Select Code to Download


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