#!/usr/bin/perl -w use strict; use lib '/home/mschilli/perl-modules'; use Quark; my $parser = Quark->new(); $parser->parse_from_file ($ARGV[0]);