Hi;
Could someone explain what functionality I don't have or issues that I
might experience as a result of these warning(s) and/or error(s) that I
receive when installing file-slurp from the ActiveState repository via
ppm (using ActiveState Perl version 5.8.7.815)? What can I or should I
do to
Glad I was able to help.
Ken Wolcott
-Original Message-
From: Gerald Wheeler [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 14, 2006 2:31 PM
To: Wolcott, Kenneth A
Subject: RE: regexpressions help
Kenneth,
works for me
much appreciated..
Jerry
>>> "Wolcott, Kenn
What about (untested)
/^[A-Z][a-z]+\s[A-Z][a-z]+$/
This forces one uppercase letter followed by one or more lowercase
letters, followed by a space, followed by one uppercase letters and
terminated by one or more lowercase letters. This does not force a
limit on the total number of characters.
H
it
representing this location of Perl. I'd like to add PERL5LIB variable
to this batch file so that XML::Simple (and many other modules I'd like
to use) is/are present.
Thanks,
Ken
-Original Message-
From: Chas Owens [mailto:[EMAIL PROTECTED]
Sent: Friday, January 20, 2006 10:1
> I think this might do it, presuming you have access to cat or
> similar.
> cat logfile.log | perl -e 'while (<>) { print if /Error/ }'
> `perldoc perlrequick` would have given you the answer just as
> quickly.
Why do you use 'cat'? First of all it won't work for people who
aren't on UNI
Hi;
It would be really nice if there was a clear, precise, concise,
accurate and simple instruction of how to install Perl modules locally
(non-privileged accounts) on Windows systems.
http://www.cpan.org/misc/cpan-faq.html#How_install_Perl_modules really
doesn't help me perform local (non-
Hi;
I have enclosed both the perl source and the associated output of a
bruce-force anagram script that I wrote that has a logic error in it
that I can't find.
It does not generate all of the permutations of the letters in the
words specified. Why not?
Secondly, on the matter of effici