| j2daosh | thank you guys SO SO SO much... this throwing out dup records was kicking my ass |
| Khisanth | blueregard: are you the WWW::Google::Images guy? :) |
| smithzv_ | If locate didn't find it, I guess it doesn't exist anymore. But I did find a dir called PDL that contains a bunch of .pm files... |
| j2daosh | hey, since some(most) of you in here use linux/unix, where would i go to find a record of all IP address that have ftp'ed to a linux box? i looked at both /var/log/messages && /var/log/vsftpd.... are those the only 2 log files that would hold that information? |
| Khisanth | .cpan is where it builds the module not where it is installed |
| j2daosh | or is there something in like dmesg or something that i might be missing? |
| smithzv_ | Khisanth : okay, that is good to know |
| Khisanth | they should all be in /var/log/vsftpd but there are some options for logging so check your conf file :) |
| j2daosh | ok thank you again |
| stockholm | hi! how do i get the number of keys/elements in a hash? is there a smart way? like $#hash? |
| Juerd | stockholm: my $number_of_keys = keys %hash; The number of values is typically equal to the number of keys ;) |
| Ani-_ | s/typically //; |
| stockholm | ok seems smart enough :-) |
| Ani-_ | Or wait |
| j2daosh | wont a $foo hold the number of elements in an array or a hash if you just do $foo = @||%bar? |
| blueregard | khisanth: yeah, I'm trying to get WWW::Google::Images working |
| DeusFigendi | gn8 everybody |
| blueregard | khisanth: why do you ask? |
| Khisanth | it's failing one of its tests |
| action | CPAN upload: Config-Hierarchical-0.03 by NKH |
| CPAN | upload: Config-Hierarchical-0.03 by NKH |
| Teratogen | bc is weird |
| Khisanth | probably because google has changed their layout |
| VeXocide | hmm, I now have a my $1 = shift; my $2 = shift; my $3 = shift etc is there a faster way of doing that ? |
| blueregard | Khisanth: It's failing 9 of the tests the version I'm using is about 8 months old. So yeah, I guess it's plausable that google changed messing up the module in the process that sucks. This module would have worked perfect for what I need. |
| Khisanth | hrm need to install two modules to test |
| blueregard | which two |
| stuuf | GumbyBRAIN: fix the flapper valve on my toilet |
| GumbyBRAIN | Fear, but that wont run on my toilet. |
| buu | ARGH YAAKOV. |
| Khisanth | blueregard: you probably have them installed already, I meant I need to install them |