#!/usr/bin/perl -w use strict; use warnings; print ("Include-Verzeichnisse:\n\t'", join( "'\n\t'",@INC), "'\n" ); exit(0);