[Help] CGI Perl with MySQL for Spiderbasic or HttpRequest

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
mk-soft
Always Here
Always Here
Posts: 6245
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

[Help] CGI Perl with MySQL for Spiderbasic or HttpRequest

Post by mk-soft »

Maybe there is someone here who is familiar with Perl.

I have an old NAS from Buffalo with MySQL and WebServer with Perl.

But I can't get a Perl script to read or write to the MySQL database.
The server does not support the module DBI (use dbi).

After I have output the modules via Perl script, I only find the possibility to solve this with the following modules.
- Session
- Session/Driver
- Session/Driver/MySQL

I am a real beginner with Perl (which does not happen often)

Thanks
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
skywalk
Addict
Addict
Posts: 4218
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: [Help] CGI Perl with MySQL for Spiderbasic or HttpRequest

Post by skywalk »

I have not used Perl but my understanding is Perl must have DBI installed to access MySQL or any database.
Quick examples using a Perl Database Driver.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
User avatar
Piero
Addict
Addict
Posts: 923
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

Re: [Help] CGI Perl with MySQL for Spiderbasic or HttpRequest

Post by Piero »

mk-soft wrote: Sat Feb 22, 2025 1:50 pmI am a real beginner with Perl (which does not happen often)
Somebody cracked my Idol's account :cry:
User avatar
mk-soft
Always Here
Always Here
Posts: 6245
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: [Help] CGI Perl with MySQL for Spiderbasic or HttpRequest

Post by mk-soft »

No hack ;)

I have the module : /usr/lib/perl5/vendor_perl/5.8.8/CGI/Session/Driver/DBI.pm
But the perl examples from internet not working :cry:
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply