View Single Post
Old 02-11-2005, 08:55 AM   #6
hacker
Technology Mercenary
hacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with others
 
hacker's Avatar
 
Posts: 617
Karma: 2561
Join Date: Feb 2003
Location: East Lyme, CT
Device: Direct Neural Implant
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.
hacker is offline   Reply With Quote