@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32



Comments:

<0> Hmm. why is POE::Component::Server::TCP used instead of POE::Wheel::ListenAccept for POE::Component::Server::HTTP
<1> e1f, write your own in perl! :-)
<2> Have a question regarding eval and die handlers. I have code that's dying inside an eval but $@ is not being set
<3> yeah, but being lazy i would have preferred a converter :)
<1> I feel ya man
<4> e1f: unreadable python too
<5> e1f: They're not hard to write. I wrote one a few months back to prove a sudoku puzzle was unsolvable (I was wrong).
<1> sg47, hmm, that's strange
<1> eval: eval { die "I'm melting!!!! ARGvghaslk" } if ($@) { print "eval: $@" }
<6> Chris62vw: Error: syntax error at (eval 170) line 1, near ") {"
<1> eval: eval { die "I'm melting!!!! ARGvghaslk" }; if ($@) { print "eval: $@" }
<6> Chris62vw: eval: I'm melting!!!! ARGvghaslk at (eval 170) line 1. Return: 1
<2> Chris62vw, also the code was dying because it's trying to use an undefined value as an array reference. That's not the point. But I'd expect it to raise __DIE__, no?
<1> sg47, well, as you see there...
<2> I have another die handler in the code so I was making $SIG{__DIE__} local inside the eval
<1> oh. I dont know bout that



<2> I don't want the other die handler to catch the die signal inside the eval
<0> eval:eval { local $@; die "nothing to see here" }; \$@
<6> merlyn: Return: \''
<0> that's another way it can be messed up
<1> woo hoo! my realtor just called; I get the keys to my new house in about two hours
<0> local $@ hides the death trail
<0> eval:eval { die "nothing to see here" }; \$@
<6> merlyn: Return: \''
<0> oops!
<7> Simple question ... how do I ***ign to $b the value of $a with some substitution performed? Would this work? $b = $a =~ s/foo/bar/g
<0> what's going on there.
<1> that is strange merlyn
<0> eval:eval { die "nothing to see here" }; $x = $@; \$x
<6> merlyn: Return: \'nothing to see here at (eval 170) line 1. '
<0> eval:eval { local $@; die "nothing to see here" }; $x = $@; \$x
<6> merlyn: Return: \''
<1> eval { die "I'm melting!!!! ARGvghaslk" }; \$@
<0> there we go
<1> eval: eval { die "I'm melting!!!! ARGvghaslk" }; \$@
<6> Chris62vw: Return: \''
<0> it's swallowing $@
<1> ah, yeah
<0> but my example shows the worse problem
<2> I have eval { local $SIG{__DIE__}; code } if ($@) { log error }
<0> sg47 plus a semicolon?
<8> Hey Chris :)
<0> otherwise your code wont' compile
<8> s/47/-1/ ?
<0> eval { ... };
<8> :D
<2> merlyn, yes of course
<8> Hello, merlyn.
<1> hi Daveman
<8> :P
<1> hah, stargate
<8> Chris, yes :P
<8> ... wait... did you just get it?
<8> :P
<1> have some online buddies who were into stargate
<8> cool :)
<2> so?
<2> any thoughts as to why that's happening?
<8> I blame the ori!
<9> I blame canada
<8> There must be unbelievers about!
<8> avar: huhu
<8> I blame the french AND canada!
<2> 12 year olds
<5> And their beady little eyes.
<8> :P
<8> gumbybrain: eat ew73
<10> 73.
<8> rofl
<5> GumbyBRAIN: I love you.
<10> Purl, you are saying "okay, open a connection is that you love them.
<8> he ate you and returned/left your numbers :P
<8> hahahaha
<4> e1f: I might start writing a sudoku solver now ;)



<8> hobbs :D
<1> speaking of canadians...
<8> Chris62vw, you killed one this morning? :D
<1> two
<8> Sweet!
<5> hobbs: Remember to be smart about contraints.
<8> Yo Chris, let me stop by in july?
<8> ew73, constraints?
<1> bitter-sweet. I threw them off a cliff but I forgot to rob them first
<1> you are allowed to visit las vegas at any time :-)
<8> haha
<1> beware I may be traveling this summer and won't be around
<8> Chris62vw, yes, well, I know that :P
<4> ew73: Natrlich
<8> Aww :(
<11> merlyn: after a quick look at http://en.wikipedia.org/wiki/Category:People_from_Oregon you are clearly the most famous Oregonian, ever.
<5> hobbs: Bless you.
<3> hobbs: cool!
<4> ew73: Thank you, my son.
<4> ;)
<1> im gonna add myself in there
<1> sure, I don't live in oregon, but hey, why not?
<5> Ah! Bob Packwood.
<12> I've been thinking about an IRC bouncer in POE
<12> it'd make the perfect excuse
<12> to learn it :)
<0> I think Tanya Harding is far more famous.
<0> strangely, she's not there.
<13> WHY? WHY? WHY?
<11> perhaps Oregon doesn't want her, anymore
<13> wait, was it tanya or nancy that did the beating?
<0> Ahh - she doesn't have the right category
<0> She *is* in American Criminals though
<11> wikipedia 101
<4> zshzn: River Phoenix
<0> There - now she's in there.
<14> They say that you use the correct language for the task at hand (and to avoid COBOL if at all possible). With respect to this, what are the differences between Perl and Python?
<0> Jack Elam. Meridith Brooks
<0> indentation, mostly
<4> Hey, Alan Embree.
<0> python programs are indented
<0> perl programs resist being pretty-fied
<4> python _programmers_ are indented.
<13> plus they're noobs
<0> "Python as Guido Indented"
<15> i indent automagically
<4> Who're you calling a guido?
<0> Chuck Norris can indent his python program any way he wants, and it still works.
<13> it's true
<5> Brilliant.
<16> exit
<16> quit
<16> fg
<0> exit: not found
<0> quit: not found
<0> fg: not found
<0> wrong window: found!
<17> i think he got scared and just pulled the cat5 cable
<14> lol
<14> /quit
<14> /exit
<14> oh ****!
<4> heh
<14> /quit and /exit where on a boat, /exit jumped off, who was left?
<2> Randal, any idea why there is a problem with the eval?
<0> sorry - not following. trying to do real work in another window.
<2> It's about the problem I posed earlier with $@ not getting set when the script dies inside the eval
<18> /disco dance with PeterFA
<13> PeterFA: nice. i wonder how often that works
<0> your __DIE__ handler should check whether it's in an eval though


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #perl
or
Go to some related logs:

debian insight initialize thread debugging
#fluxbox
Linux mysql error unknown variable old_passwords
#python
#linux
#php
#javascript
ubuntu lexmark z715
agadoo torrent
#perl



Home  |  disclaimer  |  contact  |  submit quotes