Help for this page

Select Code to Download


  1. or download this
    If you write anything in this and it covers more than one line it will
    usestrict
    usewarnings
    
  2. or download this
    use strict;
    use warnings;
    
    print "today is day @{ [ ( localtime )[3] ] }.";