Can I invoke perl from a file and write ouput to the same file. Example is as follows:
Filename sample.txt
...
..
perl C:\script.pl < somefile.txt > sample.txt
..
So, can I invoke script.pl from sample.txt file and write output to sample.txt?
Start Free Trial