reading from an MSaccess DB, and it crashes perl.exe

2002-04-02 Thread Nate Brunson
this is strange I am reading from a database which was created by Online Store Builder 3.0 (an e-commerce program) well OSB generates this database file for every store that is on the server, the database contains all the attributes for the store, well I need to read in all the items that the

Perl.cgi and permmisions in Netscape

2002-04-02 Thread Bob T
I use ActivePerl 5.6 for win32 and Perl 5.6 with Cygwin and Linux. Currently using Apache 1.3.23. Os's are Linux 2.2 kernal, WinXP, WinNt 4 sp5 MySql 3.23.44 and 3.23.44nt PerlScript.cgi runs command line but not Netscape via Apache.. but runs in fine WinXP InternetExplorer via Apache...

HTML::Template tag question

2002-04-02 Thread Boex,Matthew W.
no sure if the right spot but does anyone know what a closing loop tag should look like using HTML::Template. i am using the comment version, ! -- TMPL_LOOP NAME=MYLOOP -- should it read.. ! -- /TMPL_LOOP -- is that how it should be written? matt -- To unsubscribe, e-mail: [EMAIL

Creating a link for downloading

2002-04-02 Thread Octavian Rasnita
Hi all, I want to make an HTML file and to put a link such as: a href=/cgi-bin/link.pl?file=1Click here to download file 1/a Can you tell me what should my link.pl script look like? I want the file to start downloding when a user clicks that link. After she clicks that link, I don't want to

Including an HTML file or a text file in a CGI script

2002-04-02 Thread Octavian Rasnita
Hi all, I want to make a Perl script and I want to include an HTML file in a certain place in it. I would also like to be able to include a web page from other sites and a text file also. Thank you for any tips. Teddy, My dear email address is [EMAIL PROTECTED]

Re: Including an HTML file or a text file in a CGI script

2002-04-02 Thread Michael Kelly
On 4/2/02 4:22 PM, Octavian Rasnita [EMAIL PROTECTED] wrote: Hi all, Hi Teddy, I want to make a Perl script and I want to include an HTML file in a certain place in it. First, I assume you mean you want the contents of an HTML file to be included in your script's output. I would also

Re: Cgi.pm

2002-04-02 Thread Michael Kelly
On 4/2/02 7:51 PM, Bob T [EMAIL PROTECTED] wrote: Hi Bob, In order to have perl work as a cgi scripter are any modules besides CGI.pm actually needed?? You need no modules. All you need is a web server with a perl interpreter For instance, the following uses no modules: #!/usr/bin/perl