Re: Installing a module from CPAN

2003-08-11 Thread Wiggins d'Anconia
David Granas wrote: Hi, Im trying to install the Graphics-Simple module from CPAN on ActivePerl but can't seem to get it to work. I ran the PPM install Graphics-Simple which worked ok, but then I tried to run the test program gt1.pl and it gave me an error about not having the Gtk module. I t

Re: Mail::Send question

2003-08-11 Thread Octavian Rasnita
What mail module can be used to send email messages with attachments? I would prefer a module included in the perl package by default. Thanks. Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] - Original Message - From: "Wiggins d'Anconia" <[EMAIL PROTECTED]> To: <[EMA

Re: Why executable?

2003-08-11 Thread Kristofer Hoch
This is what I do for security on my webserver. I don't have the shebang line in my scripts. The webserver has a list of approved perl script extensions. When it runs across a file with this extension, the web server executes it with perl. Otherwise, it treats the file as if it is text/html.