#!/usr/bin/perl my $meinmodule = "Lite"; print "Content-type: text/text\n\n"; system("find $_ |grep $meinmodule") for(@INC);