Help for this page

Select Code to Download


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