Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    
    output=$(perl -e 'print "hello world"');
    
    echo $output;