http://qs1969.pair.com?node_id=246449


in reply to Re: Re: Re: Re: Re: Using vim for highlighting in Perl
in thread Using vim for highlighting in Perl

Ok. You can find out what filetype vim thinks your file is - and thus which syntax - by doing :set ft?.

Just another quick thought - you might want to do a let perl_include_pod = 1 which might fix highlighting POD in perl code.