Scroll to navigation

CSS::Parse::Compiled(3pm) User Contributed Perl Documentation CSS::Parse::Compiled(3pm)

NAME

CSS::Parse::Compiled - A CSS::Parse module using a compiled Parse::RecDescent grammar

SYNOPSIS

  use CSS;
  # Create a css stylesheet
  my $CSS = CSS->new({'parser' => 'CSS::Parse::Compiled'});

DESCRIPTION

This module is a parser for CSS.pm. Read the CSS.pm pod for more details

AUTHORS

Copyright (C) 2003-2004, Cal Henderson <cal@iamcal.com>

SEE ALSO

CSS, http://www.w3.org/TR/REC-CSS1

2020-12-29 perl v5.32.0