| mauke | just use the first version |
| j2daosh | thats the "proper" way? |
| spx2 | woggle, when im accesing a website with IE it gives me a Moved Temporarily with Location(as i see in ethereal) but when i use perl with LWP it gives me Moved Temporarily and the Location field is blank(thats what i mean by nothing). tst.plHTTP/1.0 302 (Found) Moved Temporarily Connection: close Date: Mon, 07 May 2007 15:47:36 GMT Accept-Ranges: bytes Location: Server: Apache/2.0.40 (Red Hat Linux) Content-Length: 0 Content-Type: text/html; charset=ISO-8859-1 Client-Date: Mon, 07 May 2007 15:47:24 GMT Client-Peer: 216.22.48.130:80 Client-Response-Num: 1 |
| j2daosh | ahh |
| spx2 | X-Cache: MISS from upstream_border.monynet.ro |
| j2daosh | dude... pastebin |
| spx2 | X-Powered-By: PHP/4.3.8 sorry for spamming |
| j2daosh | !pastebin |
| spx2 | j2daosh, i just said im sorry ive spammed |
| j2daosh | i saw, i was just letting you know its not ok (if you didn't know) but you do so we are ok again :) |
| majikman | any idea why I BDB fails with Is already unwrapped into directory /root/.cpan/build/BDB-0.1? install BDB |
| action | CPAN upload: App-Addex-AddressBook-Apple-0.003 by RJBS |
| CPAN | upload: App-Addex-AddressBook-Apple-0.003 by RJBS |
| rellis | +/j #bind |
| fotoflo | how do i find out how many results a mysql query returned? |
| infi | fotoflo: $sth->rows() that is not reliable across all DB engines/drivers, but it happens to work with mysql |
| fotoflo | infi: cool i had about 40 lines, doing a select count(*); |
| infi | heh |
| j2daosh | what happens when i use this line : if(@bar ne @foo){ } will that match all the elements in @bar against all the elements of @foo and if they don't match do action? |
| mauke | j2daosh: no the only autovectorizing operator is \ |
| infi | wishful thinking |
| fedx_ | what is the technical reason dbix functions need to know the caller's package name? does it mess with the caller's glob or does it also call these functions internally in a class context or something? |
| j2daosh | ok... how would one go about matching all the elemetns of array's and if they are not the same do whatever? |
| mauke | a loop |