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
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
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
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
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
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
> -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
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
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:
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
10 matches
Mail list logo