Help for this page
use MyCounter; # declare the usage of MyCounter ... $counter = counter( $0, $db, $host ); #i call my module print $counter;
<?php $file = $_SERVER['SCRIPT_FILENAME']; ... $output = shell_exec("perl /local/www/nik/mywrapper.pl $file $host"); echo "<pre>$output</pre>"; ?>