Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 807237aaf9e903e19f258d755c8e93de > files > 6

perl-CSS-1.09-1.fc18.noarch.rpm

use CSS;
use Data::Dumper;

my $css_l = new CSS({
	'parser'	=> 'CSS::Parse::Lite',
	'adaptor'	=> 'CSS::Adaptor::Fake',
});
$css_l->read_file("t/css_simple");
print Dumper($css_l);