أخي albaity ، ممكن تشرح لي أكثر عن المشكله ؟
بالمناسبه ، هناك خطـأ صغير في السكربت قمت بإصلاحـه ، و ها هو الحل :
إبحث عن:
إستبدل السطـر السابق بـ:
	كود:
	use vars qw(%lang %config);
 إبحث عن:
	كود:
	# // Include the file
 أضف مباشـرة *** فوق *** السطر السابق:
	كود:
	# // Prepare some strings so that Variable Interpolation does not remove the words
	%config = (
	filesize => q~$config{'filesize'}~,
	Sig_length => q~$config{'Sig_length'}~,
	cgiurl => q~$config{'cgiurl'}~,
	emailaddy => q~$config{'emailaddy'}~,
	title => q~$config{'title'}~,
	);
 مع تحياتي