| f00li5h | Daveman: who? me? |
| Daveman | yes, you :p |
| f00li5h | ^_^ |
| Daveman | heh |
| action | Daveman looks at integral |
| Daveman | looks at integral |
| Ani-_ | Jedai: eval: %x=();$z = exists $x{b}{a} ? 1 : 0; [ keys %x ]; |
| buubot | Jedai: ['b'] |
| integral | Nope, still dead. |
| Daveman | o_O |
| f00li5h | perlbot: false |
| perlbot | undef, 0, "", "0" |
| integral | (caffeine withdrawal)-- |
| action | Daveman sends integral SIGHUP |
| Daveman | sends integral SIGHUP |
| Ani-_ | Jedai: do you see where the autovification is taking place? (Or do I need to botter to explain it?) |
| Jedai | I see |
| integral | It's like continuous SIGBUSes everytime you try running halt to get out of this mess |
| Daveman | o_O' |
| HardDisk_WP | Jedai, thx |
| action | Daveman sends integral SIGNAP |
| Daveman | sends integral SIGNAP |
| action | integral kernel panics |
| integral | kernel panics |
| action | f00li5h hits dave with a SIGSEGV |
| f00li5h | hits dave with a SIGSEGV |
| action | CPAN upload: DBD-Sybase-1.08 (+++++) by MEWP |
| CPAN | upload: DBD-Sybase-1.08 (+++++) by MEWP |
| f00li5h | integral: i think that's ment to put you in stand by mode (via some kind of APCI event) |
| integral | oookay, I actually read SIGNAP as SIGSTOP. Bad signs. |
| Jedai | Ani-_: I thought that for a long time... Guess it's a line in perldoc -f exists that made me think that and I never bothered to check |
| HardDisk_WP | when I cycle through an array with for (@lines), where is the text of the array element stored? $_? |
| Prof_Vince | $_ references the current element |
| integral | But you should really use a descriptive variable name: for my $line (@lines) { } (See the whole singular/plural trick?) |
| Prof_Vince | GumbyBRAIN: go back to your gumbycave! |
| GumbyBRAIN | So it will get that to your gumbycave! |
| HardDisk_WP | Prof_Vince, thx hmpf. how do I add a new element to a hash? |
| integral | err, $hash{$key} = $value; |
| Jmax- | $hash{key} = $val; |
| integral | The key doesn't need to already be in the hash. |
| HardDisk_WP | ok thx |
| jjore | . o O ( %hash at: $key put: $value ) |
| integral | jjore: Normal people make a comment about the weather |