- or download this
function untouchable {
perl ./untouchable.pl $*
}
export -f untouchable
- or download this
#!/usr/bin/perl
use strict 'vars';
...
print "Hello $person\n";
}
print "done!\n";
- or download this
#!/usr/bin/perl
system ("bash -ic untouchable john mike bill");