| perlygatekeeper | ks: can you post your code? |
| jagerman | Veinor: Or easier still, surround it inside the regex with \Q$var\E |
| perlygatekeeper | perlbot: paste |
| perlbot | Paste your code to http://sial.org/pbot/perl or http://erxz.com/pb and #perl will be able to view it. |
| Ani-_ | jimcrayne: first try it. |
| perlygatekeeper | it's really EZ |
| ks | perlygatekeeper yeah let me change the layout a bit |
| jimcrayne | how do i name an unnamed buffer? |
| perlygatekeeper | ks: that's like cleaning up for the maid jimcrayne: personally I like the name 'bob' |
| Ani-_ | You should never ever need to clean up your own code. If you can't write it properly from the first time then stop writing code. |
| perlygatekeeper | it's the same forwards as it is backwards, so you don't have to remember direction |
| jimcrayne | how do i name it, not what do i name it |
| ks | perlygatekeeper while i do this, i can explain what i am trying to accomplish: i have a bunch of html files, that has two tables "outer" and "inner", i need to strip outer table out and preserve inner table. I'm using HTML::TableExtract and wonder if I can work with two tables separately using reference to same object ? |
| ZSystem | Randal: hi |
| jimcrayne | like :filename or something so i can just use :w after i remember there was a way but i forgot what it was |
| Ani-_ | jimcrayne: perhaps you want #vi ? |
| jimcrayne | ooh, thought i was in there sorry |
| Ani-_ | jimcrayne: no you weren't. Which is why you question made no sense. |
| perlygatekeeper | ks: if you use a refernce to same object, wouldnt' that be two references to the same table ???? |
| jimcrayne | yes i see that now which is why your pointing it out is not strictly necessary, just like my pointing out your pointing it out is not necessary is unnecessary. |
| ks | perlygatekeeper i guess parent object contains a set of two tables i use this as a reference http://www.mojotoad.com/sisk/projects/HTML-TableExtract/tables.html |
| shorten | ks's url is at http://xrl.us/vimt |
| erxz_paste | "fedx_" at 71.6.194.243 pasted "Anyone mind taking a look at these Parallel::Pvm install errors ? Thanks." (10 lines) at http://erxz.com/pb/1971 |
| fedx_ | trying to install via cpan |
| Ani-_ | fedx_: http://search.cpan.org/src/DLECONTE/Parallel-Pvm-1.4.0/README |
| shorten | Ani-_'s url is at http://xrl.us/vimw |
| Ani-_ | fedx_: note how it says that you should install PVM (not a Perl module) before installing the module. |
| fedx_ | yea. it's installed |
| Ani-_ | and is PVMROOT set? PVM_ROOT that is |
| fedx_ | yea |