#perl - Tue 27 Mar 2007 between 03:44 and 05:19



Woostathat would be very nice
actionRandal needs to sleep now
Randalneeds to sleep now
& zzzz
lloy0076Does it make sense to use "select" with a UDP client/server?
cfeddelloy0076: you can. But since there's no stream there's no need for the context that creatig the socket gives you.
on the other hand if you have some context you want to deal with then select is a good choice.
actionCPAN upload: Tripletail-0.25 by HIO
CPANupload: Tripletail-0.25 by HIO
actionCPAN upload: SVN-Notify-2.65 (++++ ) by DWHEELER
CPANupload: SVN-Notify-2.65 (++++ ) by DWHEELER
vasundharHi I want to connect to an ldap dir, and I have to navigate through a proxy for that, Can some one point me to resource or solution ?
actionCPAN upload: overload-eval-0.01 by JJORE
CPANupload: overload-eval-0.01 by JJORE
Aankhen``How can I get a string representation of a Regexp object (created using qr//)? Simply print'ing it doesn't seem to work...
actionCPAN upload: Term-Menu-0.06 by DAZJORZ
CPANupload: Term-Menu-0.06 by DAZJORZ
actionCPAN upload: Lemonldap-Handlers-Generic-3.1.2 by EGERMAN
CPANupload: Lemonldap-Handlers-Generic-3.1.2 by EGERMAN
Aankhen``Data::Dumper simply says something like qr/Regexp=SCALAR(...some memory address...)/
integralGumbyBRAIN: Mashed potato!
GumbyBRAINThis judge is a potato.
ntgrlGumbyBRAIN: Mashed potato!
GumbyBRAINJrockway - haskell is a potato.
Prof_Vinceahah so true
Aankhen``jseval: my $temp = '^(?:in)?to$'; "into" =~ /$temp/
buubotAankhen``: Error: Error: SyntaxError: missing ; before statement at line 0: my $temp = '^(?:in)?to$'; "into" =~ /$temp/
Aankhen``Huh, wha?
Gah.
eval: my $temp = '^(?:in)?to$'; "into" =~ /$temp/
buubotAankhen``: 1
Aankhen``eval: my $temp = qr/^(?:in)?to$/; "into" =~ $temp
buubotAankhen``: 1
Aankhen``Meh.
Hammiteval: my $num = 1_000_000; 1 while($num =~ s/(\d)(\d\d\d)(?!\d)/$1,$2/);
buubotHammit:
Hammitbah
hmpf
hehe
jqlcute
f3ewAankhen``, an object is just a blessed hashref
so you should be able to unbless and then dump the hash
jqleval: qr/foo(bar|baz)/
buubotjql: qr/(?-xism:foo(bar|baz))/
actionjql thanks buubot
jqlthanks buubot
Hammiteval: my $num = 1_000_000; 1 while($num =~ s/(\d)(\d\d\d)(?!\d)/$1,$2/g); print $num;

Page: 4 11 18 25 32 39 46 53 60 67 74 81 88 95 102 109 116 

IrcArchive