Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
local
/
share
/
perl5
/
PDF
/
API2
/
Content
Upload
3 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Text.pm
248 B
-r--r--r--
2021-12-08 04:53:45
Edit
Del
Editing: Text.pm
(248 B)
Path: /usr/local/share/perl5/PDF/API2/Content/Text.pm
Back
package PDF::API2::Content::Text; use base 'PDF::API2::Content'; use strict; use warnings; our $VERSION = '2.043'; # VERSION sub new { my ($class) = @_; my $self = $class->SUPER::new(@_); $self->textstart(); return $self; } 1;