Help for this page

Select Code to Download


  1. or download this
    my $cgiprog = '/path/to/filename.cgi';
    my $cgiparams = 'action=task1&user=me';
    
    exec( $cgiprog, $cgiparams );