Menu

#48 perl 5.8 issue(s) not Resolved

open
nobody
None
5
2003-04-02
2003-04-02
Anonymous
No

Using

ActiveStat Perl 5.8 build 805

the following error occures continuesly
Use of uninitialized value in concatenation (.) or
string at D:\PERL\OPENPERL/perl5db.pl line 605.

when attempting to debug the following script

#!/perl/bin/perl -w
use strict;
use WWW::Mechanize;
#use HTML::TokeParser;
my $agent = WWW::Mechanize->new();

sub do_search {
my $qatr = shift;
my $pcode = shift;
$agent->get('www.yellowpages.com.au');
$agent->from('search.SearchForm');
#$agent->field('businessType', $qatr);
#$agent->field('suburbPostcode', $pcode);
#$agent->submit;
#$agent->follow(11);
#$agent->follow(10);
}

do_search("accountants", 2000);

regards

konrad Zielinski
konrad@lifespanfp.com.au

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I am getting this exact same error.

    I am using ActiveState Perl 5.8.7.815

     
  • Nobody/Anonymous

    Logged In: NO

    So am I. Also ActiveState 5.8.7.815

     

Log in to post a comment.