/[cvs]/nfo/perl/libs/libp.pm
ViewVC logotype

Contents of /nfo/perl/libs/libp.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Mon Jun 24 14:49:59 2002 UTC (21 years, 10 months ago) by cvsjoko
Branch: MAIN
+ new

1 #################################
2 #
3 # $Id$
4 #
5 # $Log$
6 #
7 #################################
8
9 package libp;
10
11 require Exporter;
12 @ISA = qw( Exporter );
13 @EXPORT = qw(
14 Dumper
15 md5 md5_hex md5_base64
16 ParseDate UnixDate
17 );
18
19 use strict;
20 use warnings;
21
22 use Data::Dumper;
23 use Digest::MD5 qw(md5 md5_hex md5_base64);
24
25 $main::TZ = 'GMT';
26 use Date::Manip;
27
28 1;

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed