Thread: Couple Bugs
View Single Post
  #12  
Old 12-28-2014, 03:22 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

and as for your first issue, the problem is with where your quotation marks are located in your calls to plugin::DiaWind().

this would have likely been caught by testing the script as was previously suggested

Code:
perl -cW path/to/script.pl
__________________
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