| _Ace_ | I try to add a new row dynamicly |
| rindolf | Matlab is more complete functionality-wise but is a much lamer language (as far as language power is concerned). _Ace_: to the end? |
| _Ace_ | but the problem is that $p->getdim(1) return 1 on a new empty "piddle" that is a problem when doing: $p->reshape($p->getdim(0), $p->getdim(1) + 1); |
| action | CPAN upload: Statistics-SPC.v0.1 by EMORISSE |
| CPAN | upload: Statistics-SPC.v0.1 by EMORISSE |
| _Ace_ | I always get one empty extra row by this |
| rindolf | _Ace_: have you already sent a message to the PDL mailing list? |
| _Ace_ | no |
| rindolf | _Ace_: then do. |
| _Ace_ | ok you have some smart math way solving this though? :) |
| knopf | hi. i have problem with installing DBD::SQLite2 via the CPAN shell. it fails at the t/ak-dbd test. any ideas, what I am doing wrong? Thanks a lot. |
| rindolf | _Ace_: I know of the . operator. _Ace_: that concatenates two piddles. |
| _Ace_ | what use I have for that? |
| action | somian wants smart math ways packaged as pills and available over the counter. |
| somian | wants smart math ways packaged as pills and available over the counter. |
| tvynr | rindolf: I'm having trouble determining how @INC or %INC can help me determine in which file Module::Build is located. Sorry... I'm not really a Perl scripter, I'm just having trouble getting a dependency of a dependency installed. :-P |
| knopf | DBD::SQLite installed without any problem. only the DBD::SQLite2 has problems |
| _Ace_ | err, what am I doing.. |
| __Ace__ | I was already logged in :) |
| rindolf | tvynr: if you can't load it, then it's not at @INC. |
| action | __Ace__ is _Ace_ |
| __Ace__ | is _Ace_ :) |
| rindolf | tvynr: so %INC won't help you. tvynr: how did you install it? |
| tvynr | rindolf: nods I'm trying to figure out where it is on the working system so I can figure out what's wrong with the @INC on the broken one. |
| __Ace__ | rindolf: so, you havent any need to solve this? |
| tvynr | rindolf: Perl? I'm following the CLFS book 1.0. I can link you to the page with the configure command if you like. |
| rindolf | tvynr: then use perl -MModule::Build -e 'print join("\n", %INC)' and nopaste the result. tvynr: what's CLFS? Linux from scratch. |
| tvynr | CLFS = Cross-Compiled Linux From Scratch. Using it to create the little root. |
| somian | tvynr, ordinarily the thing to do is figure out where the categorized hierarchies are in your Perl installation. |
| rindolf | tvynr: no, how did you install Module::Build. tvynr: ah. |
| tvynr | rindolf: I haven't the faintest if I even did. I don't know where it would be if I had. |
| rindolf | tvynr: then install it. |