Php or Html code to execute PERL script
Hi All,
I asked a friend to program me a script, but he did the script in PERL, but he doesn't code online (ie php or html).
Does anyone how to call a PERL script in VB via html or php code?
I tried the PERL script via command prompt and it works (he gave instruction), but I've tried it so many ways in html/php code to execute the PERL script but it won't work.
Thanks in advance.. Jay
parts of the code are below.
#!/usr/bin/perl
use warnings;
use strict;
use URI;
use Web::Scraper;
use HTML::Entities;
use List::MoreUtils 'first_index';
|