#!/usr/bin/perl use warnings; use strict; my @array = ("1", "2", "3", "4", "5"); print $array[2]; # funzt