in reply to Specific Regex with Multilines (/s and /m): Why Doesn't This Work?
Are you not allowed to install modules into the system @INC, or are you not even able to use modules installed to your user-specific home directory? If you can do the latter, you could just extract HTML::TableExtract to a @INC directory and specify it in your script with 'use lib', or use local::lib and cpanm to handle installation for you automatically.