The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

tree

DESCRIPTION

Draw an SVG Christmas tree.

SYNOPSIS

Draw the default Christmas tree.

    $ ./tree > my_tree.svg

Draw a different Christmas tree.

    $ ./tree --layers=5 --pot_colour='rgb(0,0,255)' > another_tree.svg

OPTIONS