in reply to Using HTML::TableExtract
A minor point having nothing to do with HTML::TableExtract.
You should change your splatline to unix form:
and make it the first line of the script. Windows doesn't pay attention to the splatline, but perl for Windows does read options from it. You are probably not seeing warnings that would help you debug.#!/usr/bin/perl -w
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Warnings Re: Using HTML::TableExtract
by grinder (Bishop) on Sep 07, 2001 at 14:37 UTC |