#!/usr/bin/perl
use Mooix::Thing;
run sub {
	my $this=shift;
	return $0, int(@ARGV), @ARGV;
}
