Yah I'm sure it's something extreamly simple but I've tried all the alternitives so far and come up short.
So here we go. The issue involves the perl scripting interface and the issue is when using /load it ignores all scripts and refuses to load examples bellow:
/load perl
-!- Irssi: Error loading module perl/core: /usr/local/lib/irssi/modules/libperl_core.so: cannot open shared object file: No such file or directory
/load ~/subDir/MyScript.pl
-!- Irssi: Error loading module Construct/Construct: /home/Construct/Wulffie/Construct.pl: invalid ELF header
/load
Module Type Submodules
core static core irc fe fe-irc fe-text
dcc static irc fe-irc
flood static irc
notifylist static irc fe-irc
[Construct@localhost ~]$ perl -v
This is perl, v5.10.0 built for i386-linux-thread-multi
Copyright 1987-2007, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at
http://www.perl.org/, the Perl Home Page.