testPerl.perl
#!/usr/bin/perl

#***************************************************************************************************
#                                                                                                  *
# testPerl: some test for the perl usability of our lib                                            *
#                                                                                                  *
#***************************************************************************************************

#***************************************************************************************************
#                                                                                                  *
#     Copyright (C) 2004 Joerg Kunze                                                               *
#                                                                                                  *
#     This file is part of siliconBrainLib.                                                        *
#                                                                                                  *
#     siliconBrainLib 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.                                                          *
#                                                                                                  *
#     siliconBrainLib is distributed in the hope that it will be useful,                           *
#     but WITHOUT ANY WARRANTY; without even the implied warranty of                               *
#     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                *
#     GNU General Public License for more details.                                                 *
#                                                                                                  *
#     You should have received a copy of the GNU General Public License                            *
#     along with this program; if not, write to the Free Software                                  *
#     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                    *
#                                                                                                  *
#***************************************************************************************************
$siliconBrainRelease       = '$siliconBrainRelease: 0.0.4 $';
$siliconBrainRcsIdentifier = '$Id: testPerl.perl,v 1.7 2004/12/14 23:09:01 joerg Exp $';
$siliconBrainSaveStamp     = '$siliconBrainSaveStamp: 2004/12/14 22:28:10, Joerg Kunze$';

print "High Du\n";

eval `testPrint --perl`;

print "ftpHost is: $ftpHost\n";

print "description is: $description\n";

# $Log: testPerl.perl,v $
# Revision 1.7  2004/12/14 23:09:01  joerg
# published for new release 0.0.4
#
# Revision 1.6  2004/12/14 23:02:56  joerg
# published for new release 0.0.3
#
# Revision 1.5  2004/12/14 22:44:36  joerg
# allFiles: all sources have a Log CVS keyword at the end now.
#