Help for this page

Select Code to Download


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