Re: References inquiry

2007-05-10 Thread Tom Phoenix
On 5/10/07, Steve Finkelstein <[EMAIL PROTECTED]> wrote: I'm looking at some sample code from an opensource software package, and had a question on the the usage of '\' in the following: username => \ &common_name_validator There is an explicit space list between \ and &com

References inquiry

2007-05-10 Thread Steve Finkelstein
Hi all, I'm looking at some sample code from an opensource software package, and had a question on the the usage of '\' in the following: $auth_backends = { struct_validator => { sufficient => 1, driver => 'AuthStruct', username => \ &common

inquiry-perltk

2003-12-30 Thread awongxi
I am running linux redhat ver 8. perl v5.8.0. I downloaded perltk from: http://xbeams.chem.yale.edu/~loria/perltk.html and rpm it. I then tried to run the example script from http://www.pconline.com/~erc/perltk.htm but I am getting this error msg: Can't locate auto/Tk/findINC.al in @INC (@INC c

Re: perlTk/inquiry

2003-12-30 Thread denis
I know that RH 9 has major problems running TK. Something to do with the way the lib's where linked. Try a google search for more info. HTH.. Denis On Wed, 31 Dec 2003, awongxi wrote: > I am running linux redhat ver 8. perl v5.8.0. I downloaded perltk from: > http://xbeams.chem.yale.edu/~lor

perlTk/inquiry

2003-12-30 Thread awongxi
I am running linux redhat ver 8. perl v5.8.0. I downloaded perltk from: http://xbeams.chem.yale.edu/~loria/perltk.html and rpm it. I then tried to run the example script from http://www.pconline.com/~erc/perltk.htm but I am getting this error msg: Can't locate auto/Tk/findINC.al in @INC (@INC c

inquiry/variables

2001-08-23 Thread agc
I have #search and store foreach my $pattern (@patterns) { while ($query_src=~ /$pattern/g) { $query_counts{$pattern}++; } while ($sbjct_src=~ /$pattern/g) { $sbjct_counts{ $pattern }++; } } and foreach my $key (sort @patterns) { print OUT "\t '$key' seen $query_count

RE: inquiry

2001-08-21 Thread Crowder, Rod
> -Original Message- > From: webmaster [mailto:[EMAIL PROTECTED]] > Sent: 21 August 2001 14:48 > To: perl > Subject: inquiry > > > what does > Global symbol "@ARG" requires explicit package name at > testbio1.pl line 4. > Global symbol &qu

Re: inquiry

2001-08-21 Thread Brett W. McCoy
On Tue, 21 Aug 2001, webmaster wrote: > what does > Global symbol "@ARG" requires explicit package name at testbio1.pl line 4. > Global symbol "$sbjct_scr" requires explicit package name at testbio1.pl > line 29 > . > Global symbol "%query_conunts" requires explicit package name at > testbio1.pl

RE: inquiry

2001-08-21 Thread John Edwards
our e-mails as well, it will make you a better coder. Ever noticed how few people that post solutions here have typos in their e-mails? I don't think it's coincidence. John -Original Message- From: webmaster [mailto:[EMAIL PROTECTED]] Sent: 21 August 2001 14:48 To: perl Subject:

inquiry

2001-08-21 Thread webmaster
what does Global symbol "@ARG" requires explicit package name at testbio1.pl line 4. Global symbol "$sbjct_scr" requires explicit package name at testbio1.pl line 29 . Global symbol "%query_conunts" requires explicit package name at testbio1.pl lin e 46. Global symbol "$sbjct_srs" requires expli