Re: Stupid newb question

2009-03-12 Thread Chuck Lyon
Hi, I thought: 'perl is pretty eclectic, and it's usually simpler than it looks'. Let's give it a try: The following does what you want from an AIX 5.3 (perl 5.8.2) command line perl -e'print system(ls -l)' These are quotes and apostrophes. No backticks. On 3/11/09 2:36 PM,

Re: Stupid newb question

2009-03-12 Thread Neal Eckhardt
Jim Gibson jimsgib...@gmail.com wrote in message news:c5dd973f.4740%jimsgib...@gmail.com... On 3/11/09 Wed Mar 11, 2009 11:36 AM, neckha...@penntraffic.com neckha...@penntraffic.com scribbled: snip Thanks Jim, The missing ! was the key. I knew it had to be something stupid. The

Re: Stupid newb question

2009-03-12 Thread NEckhardt
Thanks John, The missing ! was the trick. I knew it had to be something stupid. Adding that and using SYSTEM which I incorrectly thought was unavailable made everything work. Now onto bigger and better things. Neal

Stupid newb question

2009-03-11 Thread NEckhardt
Hi guys, I am starting to learn Perl as the ksh scripting language (which I don't know either) looks less than powerful. I have used C many years ago, and write my stuff in REXX on a mainframe, so Perl looks like the best of both worlds. My environment is AIX 5.3 running some sort of 5.8 PERL.

Re: Stupid newb question

2009-03-11 Thread Jim Gibson
On 3/11/09 Wed Mar 11, 2009 11:36 AM, neckha...@penntraffic.com neckha...@penntraffic.com scribbled: Hi guys, I am starting to learn Perl as the ksh scripting language (which I don't know either) looks less than powerful. I have used C many years ago, and write my stuff in REXX on a

Re: Stupid newb question

2009-03-11 Thread John W. Krahn
neckha...@penntraffic.com wrote: Hi guys, Hello, I am starting to learn Perl as the ksh scripting language (which I don't know either) looks less than powerful. I have used C many years ago, and write my stuff in REXX on a mainframe, so Perl looks like the best of both worlds. My

RE: Stupid newb question

2009-03-11 Thread David Christensen
Neal wrote: I am starting to learn Perl as the ksh scripting language My environment is AIX 5.3 running some sort of 5.8 PERL. I was struggling trying to learn Perl via DJGPP on Windows 95 (?) and Programming Perl: http://oreilly.com/catalog/9780596000271/index.html Programming Perl is a