in reply to Calling .exe file using perl
Hi,
following the above good advice from fellow Monks, you can get the help directly from your system by typing "perldoc -f system". This will output the help for the function on the command line/shell for you.
Typing "perldoc perldoc" will give you help on using the perldoc command.
Hope this helps,
Displeaser.