Subversion Repositories camp_sysinfo_client_3

Rev

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

Rev 26 Rev 28
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
our $VERSION = '1.0';
5
our $VERSION = '1.1';
6
 
6
 
7
# set of libraries to be used by these modules
7
# set of libraries to be used by these modules
8
 
8
 
9
 
9
 
10
# cleanUp - passed a delimiter and a string, does the following (delimiter can be '')
10
# cleanUp - passed a delimiter and a string, does the following (delimiter can be '')