Is it possible to include one line commands of ubuntu to perl script, which has able to execute inside the script and it should give output as desired. is it possible to do so?
I wish to convert xlsx
file to csv
format using xls2csv
command, but I want to execute this command inside my perl script .
Can anyone help me to fix this out ?