Re: [MacPerl] OSX support for Perl

2001-04-13 Thread Paul Schinder
At 11:11 AM -0700 4/13/01, John Townsend wrote: >Please forgive me is this question has been asked a dozen times before. > >Soon I will begin testing desktop publishing apps with OS X. Can >anyone tell to what extent Perl (MacPerl or otherwise) will be >supported under OS X? macosx% perl -v Th

[MacPerl] Re: [MacPerl-Porters] E-mail attachments to the perl.org lists

2001-02-16 Thread Paul Schinder
ble (which is an RFC standard), any MIME aware mail client can decode the attachments and will do the right thing in choosing a viewer by using the MIME type. Using BinHex screws this process up. -- -- Paul Schinder [EMAIL PROTECTED]

[MacPerl] Re: [MacPerl-Porters] E-mail attachments to the perl.org lists

2001-02-16 Thread Paul Schinder
At 8:17 AM -0500 2/16/01, Chris Nandor wrote: > > >At 07:45 -0500 02.16.2001, Paul Schinder wrote: >>At 12:38 + 02.16.2001, Alan Fry wrote: >>>My own feeling is I _would_ like to see it removed. Unencoded >>>scripts, documents with long lines and/or high-ascii

[MacPerl] Re: [MacPerl-Porters] E-mail attachments to the perl.org lists

2001-02-16 Thread Paul Schinder
cessarily reading mail under Mac OS. (That said, I don't see any reason to filter out BinHex, but it shouldn't be used for mailing lists.) > >Alan Fry -- -- Paul Schinder [EMAIL PROTECTED]

Re: [MacPerl] Perl/TK for Mac OS ??

2001-02-14 Thread Paul Schinder
eference to it being brought to the >Macintosh. > >Anyone have any pointers here? > >Thanks! > >-- >--- >Steven M. Palm >Amateur Radio Call Sign: N9YTY -- -- Paul Schinder [EMAIL PROTECTED]

re: [MacPerl] Failed to launch MacPerl (possibly because of a memory problem).

2001-02-11 Thread Paul Schinder
__ >Axel M. Roest| AXEL Development & Support >[EMAIL PROTECTED] | Macintosh developer & UNIX sysadmin >http://www.axel.nu | XOIP: 020-8749988 -- -- Paul Schinder [EMAIL PROTECTED]

Re: [MacPerl] Mail::Mailer not working under MacPerl (growl)

2001-02-09 Thread Paul Schinder
ut from my config files and Internet >settings, but that produced NO results and the script doesn't even die with >an error! > >NOR does it work if I leave off qw(smtp) from the use statement and simply >do > > my $smtp = new Mail::Mailer 'smtp', 'Server' => 'mail.magpage.com'; > >(again no die, no error) > >Why no error? that makes NO sense to me.. it should at least report the >error or die or SOMETHING other than a no-op. :) > >From what the docs indicate, it should 'fall-through' mail and sendmail and >wind up at smtp automatically if no forced $type is given. and if it reaches >(i.e. falls-through to) 'test' and there's no /bin/echo why >shouldn't/couldn't/doesn't it simply print to STDOUT ? > >Confused, > >-- >Scott R. Godin| e-mail : [EMAIL PROTECTED] >Laughing Dragon Services |web : http://www.webdragon.net/ -- -- Paul Schinder [EMAIL PROTECTED]

Re: [MacPerl] creating file named with time

2001-02-02 Thread Paul Schinder
;print `pwd`" in the script and see where it thinks it is. The : at the beginning of the path is correct, though. Leaving it off is not. -- -- Paul Schinder [EMAIL PROTECTED]

Re: [MacPerl] creating file named with time

2001-02-02 Thread Paul Schinder
ion. The folling works ok, but doe not put it into the >seperat directory. > >$ofile=time(); >open (OUT, ">>$ofile") || die "SERVER ERROR!"; One of your volumes is named "tchorders"? If you're trying to put files into a folder named "

Re: [MacPerl] The State of MacPerl

2001-02-02 Thread Paul Schinder
at's >>just me ;) > >Actually, according to the old versioning system, 5.6.1 is 5.006_01 (? >not sure about the last digits) not 5.610 . This is perl 5.6.1-TRIAL2: linux% perl -Ilib print $],"\n"; 5.006001 > >-- > Bart. -- -- Paul Schinder [EMAIL PROTECTED]

Re: [MacPerl] Re; Re: [MacPerl] Mounting volumes via TCP/IP

2001-01-26 Thread Paul Schinder
rn > >Benji Durden wrote: >> >> I use >> >> tell application "Finder" >> mount volume "afp://user:password@server/folder/folder/etc" >> end tell >> >> bd >> -- >> Benji Durden >> [EMAIL PROTECTED] -- -- Paul Schinder [EMAIL PROTECTED]

Re: [MacPerl] Compress::Zlib port?

2001-01-24 Thread Paul Schinder
5.6.0 since it came out on three different Unix flavors with no problems. > >Thanks, > >-- >Chris Nandor [EMAIL PROTECTED]http://pudge.net/ >Open Source Development Network[EMAIL PROTECTED] http://osdn.com/ -- -- Paul Schinder [EMAIL PROTECTED]

Re: [MacPerl] Merpory problem with

2001-01-22 Thread Paul Schinder
ve and reading them directly one by one. A recent Archive::Tar can do the extraction without reading everything into memory first, or you can use something like Stuffit Expander. >JD -- -- Paul Schinder [EMAIL PROTECTED]