Re: code needed

2006-09-03 Thread Hal Wigoda
i have tried that one, also. i will do furthur research and let you know On Sep 3, 2006, at 8:21 PM, Tom Phoenix wrote: On 9/3/06, Hal Wigoda <[EMAIL PROTECTED]> wrote: HTML-LinkExtractor-0.13 libwww-perl-5.805 linkcheck-1.05 HTML-Parser-3.55 HTML-SimpleLinkExtor-1.13 HTML-Tagset-3.10

Re: Make test of 1.52 failed on childhandles

2006-09-03 Thread Clive George
t/72childhandles works fine - the warn $HAS_WEAKEN says "1 at t/72childhandles.t line 19.". The zvpp ones give Use of uninitialized value in warn at /home/cg5/DBI-1.52/blib/lib/DBI/PurePerl.pm line 49. Modification of a read-only value attempted at /home/cg5/DBI-1.52/blib/lib/DBI/PurePerl.pm

Re: code needed

2006-09-03 Thread Hal Wigoda
sure i have - HTML-LinkExtractor-0.13 libwww-perl-5.805 linkcheck-1.05 HTML-Parser-3.55 HTML-SimpleLinkExtor-1.13 HTML-Tagset-3.10 have failed me. On Sep 3, 2006, at 7:21 PM, Tom Phoenix wrote: On 9/3/06, Hal Wigoda <[EMAIL PROTECTED]> wrote: anyone have any code that will return the links

code needed

2006-09-03 Thread Hal Wigoda
anyone have any code that will return the links and tags from web document downloaded using LWP? hal chicago

Re: Getting DBD::Oracle tests working

2006-09-03 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, Karl Auer writes: > export TWO_TASK=T:my_db_host_name:some_id $ TWO_TASK="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=my_db_host_name)(PORT=1521)))(CONNECT_DATA=(SID=some_sid)))" $ export TWO_TASK $ make test John [EMAIL PROTECTED]

Re: Make test of 1.52 failed on childhandles

2006-09-03 Thread Tim Bunce
Did t/72childhandles also fail, or was it only t/zvpp_72childhandles? Both t/72childhandles.t and lib/DBI/PurePerl.pm use the same code to decide if there's a working Scalar::Util::weaken() available: my $HAS_WEAKEN = eval { require Scalar::Util; # this will croa

Re: Getting DBD::Oracle tests working

2006-09-03 Thread Karl Auer
I am still trying to get a connection using InstantClient. InstantClient is installed according to the instructions and I can start sqlplus. I've given up on TWO_TASK for two reasons: a) it is incomprehensible, and none of the stuff I have found on the net (yes, NONE) actually gives a concrete e