Re: email attachment

2001-06-17 Thread WebMaster AIM-US
Teresa, Make sure you look into the confusing syntax of writing an e-mail attachment. Here's a good place to look: http://alma.ch/perl/Mail-Sendmail-FAQ.htm#attachments It contains a neat module (I have not tried it ... it contained way more than I ne

Re: CGI.pm install

2001-06-14 Thread WebMaster AIM-US
If, for some reason, CGI.pm is not installed on the server, I believe you can place it in the folder where you are going to run the script (i.e your cgi-bin. That may pose some security issues I'm not aware of, but if all else fails ... Stephen

Re: javascript within print "<

2001-06-12 Thread WebMaster AIM-US
Another option is to put the JavaScript in the text file, and have Perl read from that file, and print it directly. This means you can re-use the JavaScript code in other similar script without needing to edit each script when the JavaScript need changing: open(J