What are the two different types of data perl handles? Perl handles two types of data they are (i) Scalar Variables and (ii) Lists Scalar variables hold a single data item whereas lists hold multiple data items.