| ofer0 | Learn more about SCUBA diving sex and possible safety procedures if you still love to practice underwater sex while using SCUBA gear in the Forum for SCUBA diving instructor. (from the website) |
| action | wallshot pictures o2 tank strapped to lingerie |
| wallshot | pictures o2 tank strapped to lingerie |
| ofer0 | there's a forum for those freaks. http://www.kriyayoga.com/expert_forums/scuba_diving/posts/17.html heh read this: |
| shorten | ofer0's url is at http://xrl.us/vd7w |
| ofer0 | here a few facts of potential danger during underwater sex with SCUBA: |
| xand | prude |
| ofer0 | heh they have a safety manual !!! LOL |
| xand | > ? |
| wallshot | gnome installs kopete? mistell |
| ofer0 | here's a video: http://www.bolt.com/BadSamaritan/video/Scuba_diving_sex/1592411 (not really) |
| wallshot | that had nothing to do with scuba sex at all, sorry |
| Caelum | Randal: I fixed my problem. I made a FixINC.pm with the line "unshift @INC, split /:/, $ENV{PERL5LIB}; 1;" now I can just do PERL5OPT="-MMy::FixINC". Ugly hack, yeah... |
| Randal | you probably want to "use lib" that |
| action | CPAN upload: Data-VString-0.000004 by FERREIRA |
| CPAN | upload: Data-VString-0.000004 by FERREIRA |
| action | CPAN upload: Egg-Release-1.20 by LUSHE |
| CPAN | upload: Egg-Release-1.20 by LUSHE |
| action | CPAN upload: Crypt-OpenSSL-CA-0.08 by DOMQ |
| CPAN | upload: Crypt-OpenSSL-CA-0.08 by DOMQ |
| Randal | so it can add arch-specific libs too just adding PERL5LIB to @INC isn't all of what it does but use lib knows how to do the whole thing use lib split /:/, $ENV{PERL5LIB}; |
| Caelum | I can't, use lib doesn't change priority of standard elements |
| Randal | you have two versions of the same module installed? |
| Caelum | yup. Standard CPAN and dev CPAN |
| uplate | im trying to do make some kind of hash or lookup table is there some kind of easy syntax for assigning one value to lots of keys? |
| Woosta | no |
| uplate | so any instance of apple, orange, cherry will be replace w/ fruit oh |
| Woosta | oops .. wrong channel |
| Randal | $hashname{$_} = $value for qw(lots of keys); |