#!/usr/bin/perl -wT #---------------------------------------------------------------------- # heading : Your Settings # description : Vacation Message # longdesc : create an autoresponse message # navigation : 100 600 # # 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. # # uses the FormMagick Panel for uservacations # but pulls username from $ENV{'REMOTE_USER'}; # rather then being selected from a table # #---------------------------------------------------------------------- use strict; use warnings; use esmith::FormMagick::Panel::uservacations; my $fm = esmith::FormMagick::Panel::uservacations->new(); $fm->display(); __DATA__
MODIFY_DESCRIPTION