Subversion Repositories vgwhois

Rev

Rev 4 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 5
Line 1... Line 1...
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
 
2
 
3
#
3
#
-
 
4
#  VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
4
#  generic Whois - bm subprogram
5
#  Subprogram: bm TLD whois
5
#
6
#
6
#  (c) 2015 by Daniel Marschall, ViaThinkSoft <www.viathinksoft.de>
7
#  (c) 2015 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
7
#
8
#
8
#  Distribution, usage etc. pp. regulated by the current version of GPL.
9
#  License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
9
#
-
 
10
#
-
 
11
#
-
 
12
# History:
-
 
13
# 2015-05-15  mar   Initial release
-
 
14
#
10
#
15
 
11
 
16
use warnings;
12
use warnings;
17
use strict;
13
use strict;
18
use utf8;
14
use utf8;