pwebonline
Programmer
Hi everyone, I am developing a project which includes php and perl. It would be nice if I could have some contants in one file and include it in all my files (php and perl).
In php:
include ("inc/library.xx"
;
and in perl:
require inc/library.xx
Is there anyway to do this?
In php:
include ("inc/library.xx"
and in perl:
require inc/library.xx
Is there anyway to do this?