#!/usr/bin/perl5 -w
# ´Á»ú¥³¡¼¥É EUC

use SIC;
use SICX::Commander::Site;

#
my $comm = SICX::Commander::Site->new();

#$comm->{sess}->set_config(
#    filedir => '/home/SIC/tmp/sess',
#    expires => '+1y',
#    path => '/',
#    domain => 'data.shop-info.com'
#);

#2003/11/10 hojo: subscribe -> subscribe_nf
unless ($comm->start('SICX::Proc::Site_nf::subscribe_nf')) {
    $comm->error();
}

#
$comm->finish();

#
exit(0);
