#!/usr/bin/perl
use strict;
use warnings;
use RFC::Main;
print &RFC::Main::report_client(@ARGV),"\n";
