Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Perl: How is "start perl.exe <filename>" different from "perl.exe <filename>"

Tags:

windows

cmd

perl

I'm quite new to perl, and I've asked a friend about this and he said something about "parlor execution". What does this mean?

EDIT:

This is in Command prompt

like image 816
rainman_s Avatar asked Dec 03 '25 02:12

rainman_s


1 Answers

start causes Windows to create a new command prompt window to run the command, freeing up the original prompt. For example, open a command prompt and compare ping -t 8.8.8.8 to start ping -t 8.8.8.8.

like image 103
AKHolland Avatar answered Dec 04 '25 15:12

AKHolland



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!