errors? warnings? when installing file-slurp from ActiveState repository using ppm (using ActivePerl_5.8.7.815)

2006-03-07 Thread Wolcott, Kenneth A
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

RE: regexpressions help

2006-02-14 Thread Wolcott, Kenneth A
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

RE: regexpressions help

2006-02-14 Thread Wolcott, Kenneth A
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

RE: still confused on how to locally install perl modules without administrative privileges on windows (activestate 5.6.1 build 630)

2006-02-14 Thread Wolcott, Kenneth A
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

RE: [PBML] SED and AWK

2006-02-10 Thread Wolcott, Kenneth A
> 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

still confused on how to locally install perl modules without administrative privileges on windows (activestate 5.6.1 build 630)

2006-01-20 Thread Wolcott, Kenneth A
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-

please help find logic error in home-brewed brute force anagram solver/creator script

2005-12-30 Thread Wolcott, Kenneth A
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