#!/usr/bin/perl -w

use strict;

use lib '/app/tools/bookpub/lib';
use BookPub::RDAS::Process::POSData;

BookPub::RDAS::Process::POSData->start();
