View Single Post
  #11  
Old 01-29-2013, 05:52 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

most people who say they are following the guides and have perl errors aren't following the guides, as they generally deal with older versions of perl.

use 5.12.3 for 32 bit operating systems.
use 5.14.2 for 64 bit operating systems.
__________________
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