- or download this
my $pb = pb_fillup(<showlen>,<char>,<barlen>);
- or download this
my $pb = pb_fillup(-s $file,'#',40);
- or download this
print $pb->(length $_);
- or download this
sub pb_fillup {
my ($max,$char,$len) = @_; # init look&feel
...
return;
}
}