in reply to Re^4: How to terminate a childprocess by press Ctrl_c
in thread How to terminate a childprocess by press Ctrl_c

Two ways: open a shell, navigate to the script and type
#holli> perl scriptname
or put the following line on the very top of your script:
#!/path/to/perl
and make the script executable with chmod. see more on this in perlrun.


holli, /regexed monk/

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.