Search Results

1
vote

Is it worth learning BASH when I know Perl?

don't learn 'bash', learn sh/ksh/pdksh, its the basis of bash and knowing the basics of it instead of all the bad practices (bashisms) learning bash would teach you, would let you use any unix/posi …
-1
votes

How can I use bash syntax in Perl’s system()?

THe world outside of Linux that don't want to have to install bash to run Perl programms thanks you. …