Home Page   #c  #ruby-lang  #cisco  #mysql  #apache  #javascript  #java  #perl  #php  #openmoko   Wallpapers Girl
Reliable $1 Web Hosting by 3iX

Channels


#perl

09 November 2007


Total 36 pages. You are browsing page 3/36.

First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last

01:06 <****> heeen: the complete lack of information you've supplied
01:06 <****> heeen: how about pastebotting the whole script.
01:07 <****> WTF << I thought it was supposed to just include the directories within the directory I am zipping with the current dir structure?
01:07 <****> syntax error at graph.pl line 18, near "@players"
01:07 <****> "COUNTER" } 1..3
01:07 <****> argh
01:08 <****> heeen: PASTEBOT THE WHOLE SCRIPT!
01:08 <****> gah
01:09 <****> for a syntax error??
01:09 <****> heeen: you've not given us enough to tell what you've done wrong
01:09 <****> heeen: since you evidently can't judge that yourself
01:09 <****> "heeen" at 83.171.170.240 pasted "syntax errpr" (58 lines, 1.3K) at http://sial.org/pbot/28513
01:09 <****> heeen: the fastest solution is to show us all of it
01:09 <****> heeen: the , is the problem
01:10 <****> heeen: drop the , after the } in the map
01:10 <****> I just added it because I was unsure
01:10 <****> perlbot: RETARDO
01:10 <****> YOU CAN'T JUST MAKE SHIT UP AND EXPECT THE COMPUTER TO MAGICALLY KNOW WHAT YOU MEAN, RETARDO!
01:10 <****> syntax error at graph.pl line 15, near "} @players "
01:10 <****> Execution of graph.pl aborted due to compilation errors.
01:10 <****> there, no ,
01:11 <****> heeen: well that's correct perl syntax
01:11 <****> heeen: what else have you changed?
01:11 <****> nothing
01:12 <****> took the colon out
01:12 <****> "COUNTER" } 1..3'
01:12 <****> syntax error at -e line 1, near "} 1"
01:12 <****> "COUNTER" } 1..3 ]
01:12 <****> dammit, no buubot
01:12 <****> GumbyBRAIN: to them fuckers who open every door......
01:12 <****> yeah, who need to open them.
01:13 <****> "COUNTER") }
01:14 <****> "COUNTER" } 1..3 ]
01:14 <****> Zoffix_: ''ERROR: syntax error at (eval 2032) line 1, near "} 1"
01:14 <****> "COUNTER" }, 1..3 ]
01:14 <****> 'COUNTER'}]
01:15 <****> hi all
01:15 <****> oh hai
01:16 <****> does anyone know if rrdtool can handle asynchronous data sources?
01:17 <****> "COUNTER" ), 1..3 ] is more obvious IMO
01:19 <****> what does the + operator do
01:20 <****> heeen: disambiguates a bare block from a hashref..
01:20 <****> heeen: at least in that context
01:46 <****> This channel sucks.
01:47 <****> so go away
01:47 <****> at least it doesn't blow.
01:47 <****> krani1: DO NOT TELL BUU TO GO AWAY
01:47 <****> My cubicle needs to be taller =[
01:47 <****> initself: don't shout to me, my head hurts
01:47 <****> People can see over it.
01:48 <****> buu has job
01:48 <****> Yeah.
01:48 <****> buujob
01:48 <****> ph34r
01:48 <****> buu: i dont like the way zip works
01:49 <****> initself: Try buttons?
01:49 <****> buu: i want to cum visit u at work, buu.
01:50 <****> hmm.. catalyst seems like overkill..
01:50 <****> synth: NO
01:50 <****> will take you to mongolian bbq
01:50 <****> initself: I bet you do.
01:50 <****> initself: Where do you live?
01:50 <****> buu: actually i want to be your servant.
01:50 <****> mongorians
01:50 <****> buu: OC
01:51 <****> initself: Sucker.
01:51 <****> initself: You're in luck, there's spot under my desk opening up.
01:51 <****> buu: was born there, it doesn't count
01:52 <****> Yeah, I know a couple of people down in OC
01:52 <****> buu: they would probably hate me.
01:52 <****> I doubt it.
01:52 <****> buu: well, tell them i said hi.
01:53 <****> Why?
01:53 <****> Maybe it will give them a sense of purpose?
02:04 <****> is it possible to make one regex atom greedier then another?
02:05 <****> ..
02:05 <****> a regex atom?
02:05 <****> yes
02:05 <****>...)
02:05 <****> [0-9]+?[0-9]+
02:06 <****> CaT[tm]: careful bracketing and use of ? to make things non-greedy
02:06 <****> the second one will take precedence, the first will take the LEAST amount to still match
02:07 <****> right, putting a ? in front of a quantifier makes it non-greedy, remove it, and it becomes greedy
02:07 <****> put it after to make it non-greedy
02:07 <****> yeah. I know. I think I need something more greedy then the usual greedyness. :)
02:07 <****> ... in front, from left-right hehehh, fron will be on the right side eheh
02:07 <****> by default it is compeltely greedy
02:08 <****> wait... I well, after :P
02:08 <****> CaT[tm]: Um. You can't get more greedy really.
02:08 <****> ) doesn't allow backtracking.
02:08 <****> CaT[tm]: This sounds like you are using regexes on the WRONG PROBlems.
02:08 <****> Generally speaking if you have to think for more than 10 minutes about a regex, it was the wrong solution.
02:08 <****> It's a sort of super-greedy-and-not-willing-to-give-anything-back thing.
02:10 <****> seems good but there's a big warning plastered on it which makes it scary :)
02:10 <****> CaT[tm]: The "experimental" warning?
02:10 <****> yeah
02:11 <****> CaT[tm]: That's gone as of 5.10
02:11 <****> So it isn't going away.
02:11 <****> ah. :)
02:11 * CPAN upload: Business-OnlinePayment-viaKLIX-0.02 by JEF


Total 36 pages. You are browsing page 3/36.

First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last


Tutti i nuovi CAP Italiani. Come ottenere il database completo