Help for this page

Select Code to Download


  1. or download this
    perl -e 'print 0100101."\n"'
    
  2. or download this
    32833
    
  3. or download this
    perl -e 'print 100101."\n"'
    
  4. or download this
    String found where operator expected at -e line 1, near "100101."\n""
            (Missing operator before "\n"?)
    syntax error at -e line 1, near "100101."\n""
    Execution of -e aborted due to compilation errors.