[EMAIL PROTECTED] wrote:
Is there a l link to a brief summary of perl (5-10 pages)?
http://perldoc.perl.org/perlintro.html
What is the proper syntax to set LC_ALL for within a perl script?
http://perldoc.perl.org/perllocale.html#The-setlocale-function
--
Gunnar Hjalmarsson
Email: http://ww
> Is there a 'bible' out there to read?
Depending on you level of faith:
"learning perl" by randal schwartz & tom phoenix
"the camel book" by Larry wall
bless you, wolf
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
Is there a l link to a brief summary of perl (5-10 pages)?
What is the proper syntax to set LC_ALL for within a perl script?
I want to run linux commands like sort, grep, uniq from within a perl
script.
But I want them to optionally continue to act like pipes.
For example,
I want ./perlsort to ac