mianfeidewucan has asked for the wisdom of the Perl Monks concerning the following question:
When I wrote a bash file before (like ex.bash), I use a command like "perl example.pl;" in ex.bash. This bash file is for submitting jobs in a supercomputer. When I checked out recently, I found everything worked fine. Is it allowed in bash to write a perl command with semicolon? Or is it better for me to change "perl example.pl;" to "perl example.pl"?
Thank you,Arrow
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: semicolon for perl command in bash
by hippo (Archbishop) on Oct 17, 2012 at 22:00 UTC | |
by mianfeidewucan (Initiate) on Oct 17, 2012 at 22:18 UTC |