[ic] Usertag/opendir don't work

Juergen R. Plasser plasser at hexagon.at
Tue Sep 23 16:06:18 EDT 2003


Hi,

I want to list some image files in a specific directory and select at 
random. It seems that interchange has some problems with opendir:

This peace of code (in catalog.cfg, always restarted interchange after 
changes made) does not work (it is just for testing purposes):

UserTag people_test Routine <<EOF
sub {
	opendir(DH, "/var/www/html/expert_images/_img");
	closedir(DH);
	return "Test";
}
EOF

Regards,
Jürgen





More information about the interchange-users mailing list