Ask a Question related to PERL Beginners, Design and Development.
-
Paul Kraus #1
[OT] Linux VPN server / Mac windows clients | perl on a Mac editors
Off topic but this list seems to be filled with Linux gurus. Can someone
point me to some info on how to setup a Linux VPN server that will let M$
and Mac clients attach. Off list please.
Now back to our regularly scheduled program...
What are some decent perl Mac editors?
Can you tell I just purchased a Mac :)
I love emacs but it seems so far I am only able to run it under a terminal
window. I like how everything in Mac uses the same movement commands as
emacs.
Is there anything I need to be aware of with using perl on a Mac? Should I
take the time to learn "apple script" what ever that is. I would rather
stick with my trusty perl :)
Paul Kraus
-----------------------
PEL Supply Company
Network Administrator
-----------------------
800 321-1264 Toll Free
216 267-5775 Voice
216 267-6176 Fax
[url]www.pelsupply.com[/url]
-----------------------
Paul Kraus Guest
-
perl editors
Is there a visual perl editor out there, freeware or shareware for any Linux flavor? Derek B. Smith OhioHealth IT UNIX / TSM / EDM Teams -
Recommended simple Perl IDE/Editors ?
Hi all: Just wondering what IDE/editor folks use for their Perl work ? I'm looking for something for a W2K system that is easy to use (without... -
Accessing Windows DLL functiond from Linux server?
Hello, all. Is it possible for a Linux web server with PHP to easily call a Windows DLL and receive the result? I realize that it is possible... -
Linux client to connect to Windows DDE server?
Dan and Nancy Mahoney wrote: I'm no expert really, but I tink the problem with what you are trying to do (and why you don't find it) is this :... -
HELP: Linux telnet smtp server fails, Works from MS Windows
I'm stumped. And I'm not a guru. I think I have a network setup problem on my Linux box, but I'm not sure what to look for. Problem: Trying... -
James Edward Gray II #2
Re: [OT] Linux VPN server / Mac windows clients | perl on a Mac editors
On Jan 29, 2004, at 8:19 AM, Paul Kraus wrote:
For my money, BBEdit is the best software investment I ever made.> What are some decent perl Mac editors?
[url]http://www.barebones.com/[/url]
BBEdit has a preference to "Use Emacs Key Bindings".> I love emacs but it seems so far I am only able to run it under a
> terminal
> window. I like how everything in Mac uses the same movement commands as
> emacs.
Apple Script is the tie into everything scripting language for the Mac,> Is there anything I need to be aware of with using perl on a Mac?
> Should I
> take the time to learn "apple script" what ever that is. I would rather
> stick with my trusty perl :)
similar to Visual Basic for Windows. It's handy to know at times,
mostly if you want to manipulate some pretty GUI program automatically.
I wouldn't say I've ever had to know it though. Stick with Perl for
now and then when you find yourself saying, "Now how would I just put
this data straight in there, without importing a file," take a second
glance at Apple Script.
James
James Edward Gray II Guest
-
Jan Eden #3
Re: [OT] Linux VPN server / Mac windows clients | perl on a Mac editors
Paul Kraus wrote:
Welcome, fellow Mac user. Apart from the usual suspects available for Mac OS X (emacs, vi...), I highly recommend BBEdit. It's advertised mainly as anHTML editor, but I use it for Perl and LaTeX, too. Very clean interface, and many smart features (<http://www.barebones.com>). You can even define Perl filters to apply to your documents and run scripts in the Terminal rightfrom BBEdit. Well done integration with the OS's UNIX underpinnings.>Now back to our regularly scheduled program... What are some decent
>perl Mac editors? Can you tell I just purchased a Mac :) I love
>emacs but it seems so far I am only able to run it under a terminal
>window. I like how everything in Mac uses the same movement commands
>as emacs.
>
AppleScript is nice for glueing different apps together in Mac OS, but I never spent enough time to get acquainted with it. It's definitely much slower than Perl. And you get Perl 5.8.2 with any new Mac (with Mac OS 10.3, that is)! Just make sure to install all developer tools (XCode CD) to get perldoc (something I recently learned on this list).
HTH,>Is there anything I need to be aware of with using perl on a Mac?
>Should I take the time to learn "apple script" what ever that is. I
>would rather stick with my trusty perl :)
Jan
--
There are 10 kinds of people: those who understand binary, and those who don't
Jan Eden Guest
-
James Edward Gray II #4
Re: [OT] Linux VPN server / Mac windows clients | perl on a Mac editors
On Jan 29, 2004, at 9:08 AM, Jan Eden wrote:
Sorry to nit pick, but Mac OS X 10.3 comes with Perl 5.8.1-RC3 compiled> And you get Perl 5.8.2 with any new Mac (with Mac OS 10.3, that is)!
with threading options.
James
James Edward Gray II Guest
-
Wiggins D Anconia #5
Re: [OT] Linux VPN server / Mac windows clients | perl on a Mac editors
>
I would echo most of the other's answers, though I prefer to stick with> Off topic but this list seems to be filled with Linux gurus. Can someone
> point me to some info on how to setup a Linux VPN server that will let M$
> and Mac clients attach. Off list please.
>
> Now back to our regularly scheduled program...
> What are some decent perl Mac editors?
> Can you tell I just purchased a Mac :)
> I love emacs but it seems so far I am only able to run it under a terminal
> window. I like how everything in Mac uses the same movement commands as
> emacs.
>
> Is there anything I need to be aware of with using perl on a Mac? Should I
> take the time to learn "apple script" what ever that is. I would rather
> stick with my trusty perl :)
>
Vim on all platforms, once a terminal addict always one I guess. Having
said that if you are from an X land then you may want to check out Fink:
[url]http://fink.sf.net[/url]
Which should provide gvim and Xemacs, etc. Fink used to be the only way
to go, but now with Apple's X and them providing a few extras that they
used to miss it isn't as crucial. For Perl related issues on OS X you
might want to look at [email]macosx@perl.org[/email] mailing list archives, it is
medium traffic list that I listen in on, lots of very smart Mac gurus there.
In fact a new Camelbones was just announced apparently....
[url]http://danconia.org[/url]
Wiggins D Anconia Guest
-
Randal L. Schwartz #6
Re: [OT] Linux VPN server / Mac windows clients | perl on a Mac editors
>>>>> "Paul" == Paul Kraus <pkraus@pelsupply.com> writes:
Paul> Off topic but this list seems to be filled with Linux gurus.
Off topic but this list seems to be filled with people who speak
English. Can someone tell me a good book for learning how to write?
Now see how silly that is. Please don't be off topic.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
Randal L. Schwartz Guest
-
Paul Kraus #7
RE: [OT] Linux VPN server / Mac windows clients | perl on a Mac editors
> Paul> Off topic but this list seems to be filled with Linux gurus.
>
> Off topic but this list seems to be filled with people who speak
> English. Can someone tell me a good book for learning how to write?
Come on now. It had a perl question very relevant and a side note that if
someone had information to shoot me off an email "off list".
Not as silly and off topic as your reply ;)> Now see how silly that is. Please don't be off topic.
Not flaming but just saying :)
at any rate I won't do it again... I guess.
Paul Kraus Guest



Reply With Quote

