Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    
    ...
    }
    
    print "Then opposite of last time: ", boolToggle(), $/;
    
  2. or download this
    Starts out false: 1
    Then is true: 0
    Then false: 1
    Then true: 0
    Then opposite of last time: 0