Perl - how to close command line window?

John D

New member
I want to close the command line window at the end of my perl script. i.e. my perl script runs and prints to the command line, when its finished running I want it to close the command line window.
i'm guessing its something along the lines of
close CMD(); or something?
 
Back
Top