Subversion Repositories camp_sysinfo_client_3

Rev

Rev 28 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28 Rev 37
Line 1... Line 1...
1
#!/usr/bin/env perl
1
#!/usr/bin/env perl
2
use warnings;
2
use warnings;
3
use strict;  
3
use strict;  
4
 
4
 
-
 
5
# Description: Library used by modules. Do NOT enable
-
 
6
 
5
our $VERSION = '1.1';
7
our $VERSION = '1.2';
6
 
8
 
7
# set of libraries to be used by these modules
9
# set of libraries to be used by these modules
8
 
10
 
9
 
11
 
10
# cleanUp - passed a delimiter and a string, does the following (delimiter can be '')
12
# cleanUp - passed a delimiter and a string, does the following (delimiter can be '')