#!/usr/bin/perl -wT #---------------------------------------------------------------------- # heading : Your Settings # description : Forward Mail # longdesc : modify your email forwarding # navigation : 100 400 # # Copyright (c) 2001 Daniel van Raay # Modified (c) 2002,2006 Stephen Noble # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # #---------------------------------------------------------------------- use strict; use warnings; use esmith::FormMagick::Panel::userpanelForwarding; my $fm = esmith::FormMagick::Panel::userpanelForwarding->new(); $fm->display(); __DATA__
DESCRIPTION