Hi, I am trying to do something like this
perl -e '"system(/usr/bin/perl /root/test.pl)"'
The test.pl looks like this
use strict; use warnings; `touch /tmp/1`;
The file /tmp/1 is not geting created. Any clues why and how can I do that?
In reply to executing perl script using -e by mradul
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |