in reply to Fixed Array size

Does anyone now if its possible to have a fixed array size in Perl?

If you really want a fixed-size array, you can simulate one using tie by writing a package that enforces a size restriction.