DBI is available under Session.
But I can't figure out how to work with Session->Driver->DBI.
Search found 6 matches
- Sun Feb 23, 2025 6:32 pm
- Forum: General Discussion
- Topic: [Help] CGI Perl with MySQL for Spiderbasic
- Replies: 5
- Views: 53938
- Sun Feb 23, 2025 1:01 pm
- Forum: General Discussion
- Topic: [Help] CGI Perl with MySQL for Spiderbasic
- Replies: 5
- Views: 53938
Re: [Help] CGI Perl with MySQL for Spiderbasic
Part of output
/usr/lib/perl5/vendor_perl/5.8.8/CGI
/usr/lib/perl5/vendor_perl/5.8.8/CGI/Push.pm
/usr/lib/perl5/vendor_perl/5.8.8/CGI/Fast.pm
/usr/lib/perl5/vendor_perl/5.8.8/CGI/SpeedyCGI.pm
/usr/lib/perl5/vendor_perl/5.8.8/CGI/Apache.pm
/usr/lib/perl5/vendor_perl/5.8.8/CGI/Pretty.pm
/usr/lib ...
/usr/lib/perl5/vendor_perl/5.8.8/CGI
/usr/lib/perl5/vendor_perl/5.8.8/CGI/Push.pm
/usr/lib/perl5/vendor_perl/5.8.8/CGI/Fast.pm
/usr/lib/perl5/vendor_perl/5.8.8/CGI/SpeedyCGI.pm
/usr/lib/perl5/vendor_perl/5.8.8/CGI/Apache.pm
/usr/lib/perl5/vendor_perl/5.8.8/CGI/Pretty.pm
/usr/lib ...
- Sun Feb 23, 2025 12:43 pm
- Forum: General Discussion
- Topic: [Help] CGI Perl with MySQL for Spiderbasic
- Replies: 5
- Views: 53938
Re: [Help] CGI Perl with MySQL for Spiderbasic
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.
I think I have to create a valid session first
Perl Script for output all moduls
use CGI::Carp qw/fatalsToBrowser/;
use strict;
use File::Find qw/find/;
print ...
But the perl examples from internet not working.
I think I have to create a valid session first
Perl Script for output all moduls
use CGI::Carp qw/fatalsToBrowser/;
use strict;
use File::Find qw/find/;
print ...
- Fri Feb 21, 2025 9:48 pm
- Forum: General Discussion
- Topic: [Help] CGI Perl with MySQL for Spiderbasic
- Replies: 5
- Views: 53938
[Help] CGI Perl with MySQL for Spiderbasic
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 ...
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 ...
- Sat Feb 15, 2025 10:55 am
- Forum: Coding Questions
- Topic: Cache #PB_LocalStorage
- Replies: 1
- Views: 6494
Re: Cache #PB_LocalStorage
Ok, found
/home/[user_name]/.cache/spiderbasic
- Sat Feb 15, 2025 10:48 am
- Forum: Coding Questions
- Topic: Cache #PB_LocalStorage
- Replies: 1
- Views: 6494
Cache #PB_LocalStorage
Where is the path #PB_LocalStorage from the debuggers?