|| #!/usr/bin/env perl || use 5.006; || use warnings; || use strict; || (2 == 3) ? &grabels_law_violated() : print "Whew!\n"; || __END__