BEGIN { die "You must use 5.004 or 5.6.0 to run this script.\n" unless ( ($] >= 5.004 && $] <= 5.005) || ($] >= 5.006 && $] < 5.006001) ); } #### perl -e 'print "How sweet does a rose smell? "; chomp ($n = ); $rose = "smells sweet to degree $n"; *other_name = *rose; print "$other_name\n"'