http://www.perlmonks.org?node_id=361495

$ cat Makefile # Minimal makefile to test command line args TEST=UhUh! .PHONY : test test: @echo ${TEST} $ make -DTEST=/usr/bin/local/perl UhUh! $ make TEST=/usr/bin/local/perl /usr/bin/local/perl

Parsing XML
XML Parsing
More with XML Parser
XML = Database