Quote:
Originally Posted by Morpheus
Code:
# perl -MCPAN -e 'install "HTML:SimpleLinkExtor"'
i /HTML:SimpleLinkExtor/
Any help would be appreciated!
|
You'll want to use
two colons between the parent class and the sub-class, not just one as above. It should be executed as follows:
Code:
perl -MCPAN -e 'install "HTML::SimpleLinkExtor"'
Try that and see if it helps.