Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    ...
    ]]></p>
    </body>
    </html>
    
  2. or download this
    use warnings;
    use strict;
    ...
    $out eq "Zero=, One=Monday, Two=Tuesday, Three=Wednesday, "
        ."Four=Thursday, Five=Friday, Six=Saturday, Seven=Sunday"
        ? print "Good!\n" : die "BAD!\n";