Re: OLE Excel Find

2006-12-09 Thread Mumia W.
On 12/09/2006 04:32 PM, Lukky Perl wrote: I'm trying to find a cell with a specific value. I keep getting the warning: "Can't use an undefined value as a HASH reference". Here's the code: [...] Find({What=>"$pa"})->{Row}; [...] Even though $pa might be defined, its content might not be found

OLE Excel Find

2006-12-09 Thread Lukky Perl
I'm trying to find a cell with a specific value. I keep getting the warning: "Can't use an undefined value as a HASH reference". Here's the code: my $id = $sheet->Range("A1:A$lastrow")->{'Value'}; for my $paref (@$id){ for my $pa (@$paref){ print defined $

Re: CYGWIN Uninstall

2006-12-09 Thread Bill Jones
Delete the CygWin Folder ... geez. PS - This is OT and definitely falls under the category of learn to use your chosen platform. (God knows I myself have been told that many times and I do not post this advice lightly. Learn to use the operating environment you picked.) -- WC (Bill) Jones -- ht

Re: CYGWIN Uninstall

2006-12-09 Thread littleshrimp
I have the same prblem as you. Hmm, what I did was to re-downloaded the seed and re-installed the software. The already downloaded files seemed to be preserved well and the missing files were then overwritten. after another 2-3 hours, my cygwin seemed working fine. (still trying to figure out a

Re: Perl "tree" script

2006-12-09 Thread John W. Krahn
stic wrote: > Yeah, very very thank for help, now it`s making exactly what i want. > but could you please explain what all this one line do? > > push @{ -d "$cesta/$_" ? [EMAIL PROTECTED] : [EMAIL PROTECTED] }, $_ for grep > !/\A\.\.?\z/,readdir $OBSAH; > > I`m absolute begginer in perl and can`

Re: Perl "tree" script

2006-12-09 Thread stic
Yeah, very very thank for help, now it`s making exactly what i want. but could you please explain what all this one line do? push @{ -d "$cesta/$_" ? [EMAIL PROTECTED] : [EMAIL PROTECTED] }, $_ for grep !/\A\.\.?\z/,readdir $OBSAH; I`m absolute begginer in perl and can`t decrypt this line:D a

Net::Whois::Proxy

2006-12-09 Thread M. Lewis
I'm having an issue with Net::Whois::Proxy that I don't understand. Suggestions appreciated, Thanks, Mike #!/usr/bin/perl use strict; use warnings; use Net::Whois::Proxy; # d.xxeqwe.txt contains one domain 'google.com' my $domains = './d.xxeqwe.txt'; open (FILE,"$domains") || die "Cannot o