I want to wrap the require statement of specific "non-standard" library modules in eval{} to test if they are installed but not die if they are not. I only want to print to STDOUT if the module does not exist and continue on.
I have tried doing this and testing for data in $@ but this does not seem to work. ANy ideas?