Help for this page
#!/usr/bin/perl ... $str =~ s/printme(.*)$/`$1`/e; print $str,$/;
#!/bin/sh echo hi
hi