Help for this page

Select Code to Download


  1. or download this
    $ perl -e 'eval `echo print 1+3`';
    4
    
  2. or download this
    $ perl -e 'system("echo bla > file");'
    $ cat file
    bla