So I ran "perl -c taparip.pl" first and got this.
:~/Downloads/taparip-master$ perl -c taparip.pl
taparip.pl syntax OK
Then tried running "perl taparip.pl" and it returned this.
:~/Downloads/taparip-master$ perl taparip.pl
Gathering data from https://https://www.tapatalk.com/groups/GROUPNAME//viewtopic.phpinstall_driver(SQLite) failed: Can't locate DBD/SQLite.pm in @INC (you may need to install the DBD::SQLite module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 93) line 3.
Perhaps the DBD::SQLite perl module hasn't been fully installed,
or perhaps the capitalisation of 'SQLite' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge.
at taparip.pl line 258.
:~/Downloads/taparip-master$ perl -c taparip.pl
taparip.pl syntax OK
Then tried running "perl taparip.pl" and it returned this.
:~/Downloads/taparip-master$ perl taparip.pl
Gathering data from https://https://www.tapatalk.com/groups/GROUPNAME//viewtopic.phpinstall_driver(SQLite) failed: Can't locate DBD/SQLite.pm in @INC (you may need to install the DBD::SQLite module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.30.0 /usr/local/share/perl/5.30.0 /usr/lib/x86_64-linux-gnu/perl5/5.30 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.30 /usr/share/perl/5.30 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at (eval 93) line 3.
Perhaps the DBD::SQLite perl module hasn't been fully installed,
or perhaps the capitalisation of 'SQLite' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge.
at taparip.pl line 258.