| Thread | Last Post | Replies |
|
| CPANPLUS? | 31 Oct 2006 21:26 GMT | 2 |
The perldoc on CPAN suggests CPANPLUS but doesn't describe how to access it or read the documentation. I tried perldoc CPANPLUS and perldoc cpanplus and perl -MCPANPLUS - e shell, but perl says it can't find any such thing.
|
| 5.8.8 builded but... | 29 Oct 2006 15:38 GMT | 4 |
me too, ok, now, with no sdk options, build perl is ok. #./configure .... #make
|
| Uh-oh, the C compiler 'cc' doesn't seem to be working. | 28 Oct 2006 17:19 GMT | 5 |
PPC Mac Mini, Mac OS X 10.4.8, I'm following along in README.macosx and I've done this: export SDK=/Developer/SDKs/MacOSX10.4u.sdk and I call
|
| Upgrading Perl 5.8.8 | 19 Oct 2006 18:35 GMT | 29 |
I know that Tiger comes with 5.8.6 but I would like to get 5.8.8 up and running. I am just wondering if I should: a) download and compile Perl myself and replace the Tiger version
|
| DBD::mysql mysql_server_prepare=1 anyone? | 08 Oct 2006 15:09 GMT | 5 |
Hello, I am trying to make my DBI application faster. According to DBD::mysql documentation I should be able to prepare a query that I'm going to use in a loop so that when I execute it inside the loop, it goes faster. In order to maximize this performance improvement, you
|
| upgrade | 08 Oct 2006 11:42 GMT | 2 |
do yoy know how to upgrade perl on panther from 5.8.1-rc3 to 5.8.8 ?
 Signature klp
|
| encode qp a Unicode string | 07 Oct 2006 15:17 GMT | 2 |
I have a Unicode string that I would like to convert into quoted- printable encoding, but if I do: #!/usr/bin/perl use utf8;
|