Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
perl5
/
vendor_perl
/
Term
/
Table
/
Filename :
Spacer.pm
back
Copy
package Term::Table::Spacer; use strict; use warnings; our $VERSION = '0.015'; sub new { bless {}, $_[0] } sub width { 1 } sub sanitize { } sub mark_tail { } sub reset { } 1;