It worked, thanks to all !
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
"José A. Ferrer" wrote:
> I have one program in linux that outputs DOS-like text format (with CR+LF)
> therefore when edited with "vi" a lot of ^M appeared.
> How can I filter this with perl ?
Few days ago someone asked about it on [EMAIL PROTECTED],
and that's what I wrote:
>> And for conversi
On Fri, 19 Oct 2001, "José A. Ferrer" wrote:
> Where can I find a list of all embedded default perl variables, like $^0,
> $_, and so ?
perldoc perlvar
-- Brett
http://www.chapelperilous.net/
-
"Heely, Paul" wrote:
> Try the perlvar documentation:
> perldoc perlvar
Or the same on the web:
http://www.perldoc.com/perl5.6.1/pod/perlvar.html
- RaFaL Pocztarski, [EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
you can also do
perldoc perlvar
On Fri, Oct 19, 2001 at 05:50:48PM +0200, "Jos? A. Ferrer" shaped the electrons to
read:
>
> Hi,
>
> Where can I find a list of all embedded default perl variables, like $^0,
> $_, and so ?
>
> T.I.A.
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTE
Try the perlvar documentation:
perldoc perlvar
--Paul
> -Original Message-
> From: Gary L. Armstrong [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 19, 2001 12:18 PM
> To: 'Beginners@Perl. Org'; José A. Ferrer
> Subject: RE: Very newbie question
>
>
I have been using the indexes of various O'Reilly books. I also sometimes go
looking on the web at perldoc.com for stuff.
Hope that helps.
-=GLA=-
-Original Message-
From: José A. Ferrer [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 19, 2001 11:51 AM
To: [EMAIL PROTECTED]
Subject: Ve