Dear Biostars!!
I want to call a perl script as an external program in a PHP script, once it has finished running the PHP script should send back the output to a html page. I tried using exec command to call the perl script but it dint work out. please help with this simple perl script, so that i can try using the same !
Perl script:
#!/usr/bin/perl -s
$var1 = 'high';
print $var1;
Thanks ahead of time !!
This would be a great question for stackexchange or perlmonks, not bioinformatics related.
Will this help? If not search in stackoverflow
Please explain how this is related to bioinformatics.