Help for this page
Select Code to Download
Select
or
download this
#!/bin/sh output=$(perl -e 'print "hello world"'); echo $output;