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

i'm having issues today... :|

forgot to escape something in the updated regex

Code:
( my $cwd = $0 ) =~ s/(?:(?!\\|\/)\S)+$//;
__________________
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