Hello Best Regards :helpme to fix this
Install the HTTP::Request module through cpan(m). See for example https://stackoverflow.com/questions/65865/whats-the-easiest-way-to-install-a-missing-perl-module.
I used apt-get install libwww-perl and it worked.
Can't locate HTTP/Request.pm in @INC (you may need to install the HTTP::Request module) (@INC contains: /data/data/com.termux/files/usr/lib/perl5/site_perl/5.30.1/aarch64-android /data/data/com.termux/files/usr/lib/perl5/site_perl/5.30.1 /data/data/com.termux/files/usr/lib/perl5/5.30.1/aarch64-android /data/data/com.termux/files/usr/lib/perl5/5.30.1 .) at /data/data/com.termux/files/usr/share/Th3inspector/Th3inspector.pl line 5. BEGIN failed--compilation aborted at /data/data/com.termux/files/usr/share/Th3inspector/Th3inspector.pl line 5.
1-)pkg install perl
2-)cpan App::cpanminus
3-)cpan HTTP::Request
(Bad engilish (sorry))
it says the module you need, and you are translating it to name/surname first
---------- ↓ ↓ ↓
cpan name::surname (understand from similarity)
Most helpful comment
I used
apt-get install libwww-perland it worked.