Skip to main content
Search titles, bodies, and author names
Found 72,041 posts across 1 forum.

MacOSX and Perl — #4

I used vi to create a file: #1/usr/bin/perl print ("hello, world!\n"); 2 lines I saved the file in my default user directory as HelloPerl.pl At the command prompt I typed:] chmod …
MacNN Troubleshooting

MacOSX and Perl — #5

when in doubt use which. [davinci:~] terry% which perl /usr/bin/perl [davinci:~] terry% Contents of my HelloPerl.pl #!/usr/bin/perl print "Hello World!\n"; Attempt to run Hell…
MacNN Troubleshooting

MacOSX and Perl — #6

when in doubt use which. [davinci:~] terry% which perl /usr/bin/perl [davinci:~] terry% Contents of my HelloPerl.pl #!/usr/bin/perl print "Hello World!\n"; Attempt to run Hell…
MacNN Troubleshooting

MacOSX and Perl — #7

That's the correct binary location. The script works for me, try typing in: perl HelloPerl.pl at the command line.
MacNN Troubleshooting by parallax

MacOSX and Perl — #8

prior to setting the path as specified by "int69h" the method provided by "parallax" worked. It never occured to me to throw the file to perl as an argument, but that did work, how…
MacNN Troubleshooting

MacOSX and Perl — #9

Adding your curret directory to your PATH with PATH=${PATH}:. can be a security risk. Someone might disable a common system command and place a trojaned someplace sensitive. just…
MacNN Troubleshooting

MacOSX and Perl — #10

If someone has enough privileges to remove system commands, you've got a lot more to worry about than a trojan. Let's say some luser writes a program that appends + + to ~/.rhosts…
MacNN Troubleshooting

MacOSX and Perl — #11

If someone has enough privileges to remove system commands, you've got a lot more to worry about than a trojan. Let's say some luser writes a program that appends + + to ~/.rhosts…
MacNN Troubleshooting

Mail.app in the service menu — #1

Does anyone remember in DP4 under the services menu, there was a Mail submenu, which was especially useful for e-mailing webpages from omniweb. But, apple seems to have killed thi…
MacNN Troubleshooting

Mail.app in the service menu — #2

It's still there. Do you not get it? Do you have a Services menu at all? There is an intermittent problem where sometimes the first time you bring it up the entries in the menu a…
MacNN Troubleshooting

Mail.app in the service menu — #3

i don't get a mail submenu in OS X--i get 3 menus. diisk copy grab text edit that's it..... when exactly does the "services" menu come up? it seems like random apps have it...
MacNN Troubleshooting

Mail.app in the service menu — #4

Right now, Services menu is available in Cocoa apps only. As far as what items appear in there: This depends on your current selection (text or graphic or file or ...). If in a g…
MacNN Troubleshooting

Running pdflatex with PHP on OSX — #1

Wow ... I'm learning all sorts of new skills with OSX (and my brain is beginning to hurt)! My currently problem is a PHP script that I can't quite get to work properly and wonder …
MacNN Software

Running pdflatex with PHP on OSX — #2

Quote: Originally posted by QuatermassX: Wow ... I'm learning all sorts of new skills with OSX (and my brain is beginning to hurt)! My currently problem is a PHP script…
MacNN Software

Running pdflatex with PHP on OSX — #3

Sorry, actually "pdflatex" DOES run just fine from the command line ... attributes and all ... and that's the maddening part of this ... Works from the command line, but not PHP .…
MacNN Software

Running pdflatex with PHP on OSX — #4

Ah HA! I had to insert the full path to "pdflatex" in my script ... weird ... but the thing runs beautifully now! Oh, the full app is for online creation of custom PDF's from La…
MacNN Software

Running pdflatex with PHP on OSX — #6

Hmm, well, this is a project for work, so I'm not free to post all the code. HOWEVER ;-) There's nothing all that fancy going on with the project. I have a bunch of books written …
MacNN Software

Running pdflatex with PHP on OSX — #7

Quote: Originally posted by QuatermassX: I need to slice and dice them and generate PDF's from the customized content via a web-browser-based interface. Wait - does…
MacNN Software

compiling bash on OSX PB — #1

Thanks very much to the ShowAllFiles posting that allows me to view all system files in the finder. If you tried building bash 2.04 (from the www.opensource.apple.com site) on OS…
MacNN Troubleshooting

compiling bash on OSX PB — #2

Quote: Originally posted by rustyweaver: Thanks very much to the ShowAllFiles posting that allows me to view all system files in the finder. If you tried building bash …
MacNN Troubleshooting

Compiling Tube (java app) — #1

Could anyone help me try to compile Tube? Tube is an open source java hotline client. I want to be able to connect to a bungie fan community site, and due to a bug in Zombie, it …
MacNN Troubleshooting

Compiling Tube (java app) — #2

Ok, I got it to work. Here is what I did. 1.) download the file "tube-linux-sound-0.9.1.tar.gz" from the tube installation page (http://www.fhloston.ch/tube/index.html). 2.) mad…
MacNN Troubleshooting

Compiling Tube (java app) — #3

Ok, I got it to work. Here is what I did. 1.) download the file "tube-linux-sound-0.9.1.tar.gz" from the tube installation page (http://www.fhloston.ch/tube/index.html). 2.) mad…
MacNN Troubleshooting

QT Plugin in IE 5 related to 2HE14 — #1

Anyone running the new OS X build and having problems with IE 5 when loading a page that uses the Quicktime Plugin? Dialog box that says "Error loading the QT Plugin" or something …
MacNN Software
mp.ls