- Messages
- 4,148
- Reaction score
- 5
- Points
- 38
Client & server side includes.
Is it posible for a php script to call a perl script?
eg:
Would this tell the server to change the command line to perl?
Is it posible for a php script to call a perl script?
eg:
Code:
<?php
requier "*.pl"
?>
*.pl
#!/usr/bin/perl -wT
Would this tell the server to change the command line to perl?