Hi I am trying to get ExtUtils::Command to create a empty file if one does not exist.
However I cant seem to get any results from these:
perl -MExtUtils::Command -e 'ExtUtils::Command->touch('test');'
perl -MExtUtils::Command -e 'touch test.txt ;'
perl -MExtUtils::Command -e "touch('test');"
any ideas ?
Thanks