We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a1db9 commit 44a7400Copy full SHA for 44a7400
utils.pm
@@ -1,5 +1,7 @@
1
#!/bin/env perl
2
#
3
+# Author: soarpenguin <[email protected]>
4
+# First release May.14 2013
5
##################################################
6
# usage of utils.pm, add code like:
7
# use lib "path"; #path is the file of utils.pm
@@ -18,6 +20,7 @@ $|=1;
18
20
BEGIN {
19
21
use Exporter();
22
use vars qw($VERSION @ISA @EXPORT);
23
+ $VERSION = 0.0.1;
24
@ISA = qw(Exporter);
25
@EXPORT = qw(&read_rcfile &mk_fd_nonblocking &clrscr &clreol &delline
26
&gotoxy &hidecursor &showcursor &get_winsize
0 commit comments