| Thread | Last Post | Replies |
|
| cperl-mode on xemacs broken | 22 May 2006 23:26 GMT | 7 |
I recently purchased a 17" Intel MacBook. All is relatively well, except that the cperl-mode in XEmacs (my perl editor of choice) is now broken. Other edit modes work fine (e.g., F90). When I open a perl file I get the following message:
|
| Authen::Krb5 Help | 22 May 2006 19:07 GMT | 2 |
I hope this is the appropriate form for this as I am trying to write a script that obtains a Kerberos ticket for my pop server. I am getting a Kerberos error from 'get_in_tkt_with_password'. The error is "No credentials cache found." My kdc log only shows 'badlogin'. My
|
| Tk Aqua with Perl | 19 May 2006 22:18 GMT | 10 |
TclTk Aqua is shipped with Mac OSX Tiger. Is it somehow possible to use it with Perl? The Perl/Tk bindings are only for X11, right? Regards,
|
| Should Mac::PropertyList read everything as UTF8 | 18 May 2006 22:05 GMT | 4 |
I have a patch to change this vanilla file read: my $text = do { local $/; open my($fh), $file; <$fh> }; to this one using perlio's utf8 layer my $text = do { local $/; open my($fh), "< :utf8", $file; <$fh> };
|
| Storable problem on Intel Mac Mini | 13 May 2006 19:45 GMT | 16 |
I just installed an Intel Mac Mini as a replacement for a dual 1.8 GHz G5 at my colocation place a couple days ago. All seems to be going fine with one exception so far. This error is showing up in my web error logs: [Thu May 11 19:21:18 2006] [error] [client 67.155.17.98] Byte ...
|
| PerlTK's ->clipboardAppend in OSX...? | 05 May 2006 01:31 GMT | 2 |
Anyone have trouble copying things to the clipboard using PerlTK's ->clipboardAppend...? When I use it to put things in the clipboard, I cannot paste the contents into other OSX apps like Textedit. The "Paste" option is available in the application, however no data appears
|