#!/usr/bin/perl -wprint "Test one: ", 6 > 3 && 3 > 4, "\n";print "Test two: ", 6 > 3 and 3 > 4, "\n";