* Zbigniew Lukasiak <zzbbyy at gmail.com> [2006-01-11 15:00]: >$path_array = $self->include_path( ); >@$path_array = ( qw/path another_path/ ); @{ $self->include_path } = qw( path another_path ); Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>