Help for this page

Select Code to Download


  1. or download this
    perl -e 'print $a=(localtime())[5]'
    105
    
  2. or download this
    perl -e 'print +(localtime())[5]'
    105
    
  3. or download this
    perl -e 'print (localtime())[5]'
    syntax error at -e line 1, near ")["
    Execution of -e aborted due to compilation errors.