tree
Draw an SVG Christmas tree.
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
usage: tree [-?h] [long options...] -h -? --usage --help Prints this usage information. --width INT --layers INT --trunk_length INT --leaf_colour STR --bauble_colour STR --trunk_colour STR --pot_colour STR --pot_height INT
To install SVG::ChristmasTree, copy and paste the appropriate command in to your terminal.
cpanm
cpanm SVG::ChristmasTree
CPAN shell
perl -MCPAN -e shell install SVG::ChristmasTree
For more information on module installation, please visit the detailed CPAN module installation guide.