#!/usr/bin/perl -w use strict; use mtn; my $out=mtn::standalone->run("ls",["unknown"]); print "$out\n";