use CSS; my $stylesheet = CSS->new(-source => "myfile.css"); my @styles = $stylesheet->styles; # Here the $styles[0] is undefined.