Re: copy files with everything?

2003-03-31 Thread Peter N Lewis
At 9:16 +0200 31/3/03, Wischnewski, Berndt wrote: copies just the file, but the resulting test2.doc has lost the icon, file type and creator. I think there must be a way, which I simply dont now. /Developer/Tools/CpMac usage: CpMac [-r] [-p] [-mac] source-path dest-path CpMac [-r] [-p]

10.2.x, perl 5.6.1, gcc3.1?

2003-03-31 Thread Michael Glaesemann
Hello! I'm trying to install perl 5.6.1 on my Mac running 10.2.x (right now it's 10.2.1, but that will change in a couple of hours, when I should be back up to 10.2.4), but there seems to be an incompatibility between perl 5.6.1 and the gcc3.1 compiler that comes with the December 2002

Re: 10.2.x, perl 5.6.1, gcc3.1?

2003-03-31 Thread John Gruber
Michael Glaesemann [EMAIL PROTECTED] wrote on 3/31/03 at 11:25p: Hello! I'm trying to install perl 5.6.1 on my Mac running 10.2.x I just went through this last night. :^) I keep getting make: *** No rule to make target `built-in', needed by `miniperlmain.o'. Stop. Yup. I've been

sort/order by [perl or possibly postgres]

2003-03-31 Thread allan juul
hi using a postgres db i have run into a sort order problem because i need to order by a varchar type field/column. im not aware of any function in postgres that might order the result set correctly beforehand so i guess i want to post-sort the result-set with perl. i'm looking for something