in reply to Comparison between Perl and Ksh
So go ahead and use ksh:
#!/bin/ksh /usr/bin/perl -we ' for(1..10) { print "Perl and ksh can work together\n"; }'
At least the manager isn't considering doing things in the shell which Sun helped popularize: csh!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
•Re: Re: Comparison between Perl and Ksh
by merlyn (Sage) on Mar 07, 2002 at 15:06 UTC |