View Single Post
  #3  
Old 02-01-2013, 12:37 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

from a command line, do this:
Code:
ppm install DBD-mysql
then this:
Code:
ppm verify DBD-mysql
if you get no errors, try to run the script again.
__________________
I muck about @ The Forge.
say(rand 99>49?'try '.('0x'.join '',map{unpack 'H*',chr rand 256}1..2):'incoherent nonsense')while our $Noport=1;
Reply With Quote