Mario wrote:
>
> Hi all!
>
> I'm triying to replace my awk habits with perl, but I wonder if there is any place
> where I can find samples and/or documentation about how to run perl from
> the command line. Normally I work in Unix.
>
> For example with awk I used to get a column from the ps o
On Tuesday, August 13, 2002, at 05:09 , Mario wrote:
[..]
> I'm triying to replace my awk habits with perl,
p0: perldoc a2p
will give you all sorts of information about the 'a2p'
application that is reasonable at how to deal with
converting 'awk' scripts into perl code.
a way of looking at tha
found this with a google search, looks ok, hth
http://www.codebits.com/p5be/ch17.cfm
>
> -Original Message-
> From: Mario [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 13, 2002 5:09 PM
> To: [EMAIL PROTECTED]
> Subject: Perl from command line documentation
perldoc perlrun
-Original Message-
From: Mario [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 13, 2002 5:09 PM
To: [EMAIL PROTECTED]
Subject: Perl from command line documentation
Hi all!
I'm triying to replace my awk habits with perl, but I wonder if there is any
place
where
Hi all!
I'm triying to replace my awk habits with perl, but I wonder if there is any place
where I can find samples and/or documentation about how to run perl from
the command line. Normally I work in Unix.
For example with awk I used to get a column from the ps or ls -l command.
Any comment