Hackfut Security File Manager
Current Path:
/usr/share/perl5/Pod/Perldoc
usr
/
share
/
perl5
/
Pod
/
Perldoc
/
📁
..
📄
BaseTo.pm
(474 B)
📄
GetOptsOO.pm
(2.73 KB)
📄
ToChecker.pm
(1.45 KB)
📄
ToMan.pm
(5.23 KB)
📄
ToNroff.pm
(2.52 KB)
📄
ToPod.pm
(1.96 KB)
📄
ToRtf.pm
(2.03 KB)
📄
ToText.pm
(2.02 KB)
📄
ToTk.pm
(3.32 KB)
📄
ToXml.pm
(1.28 KB)
Editing: BaseTo.pm
require 5; package Pod::Perldoc::BaseTo; use strict; use warnings; sub is_pageable { '' } sub write_with_binmode { 1 } sub output_extension { 'txt' } # override in subclass! # sub new { my $self = shift; ... } # sub parse_from_file( my($class, $in, $out) = ...; ... } #sub new { return bless {}, ref($_[0]) || $_[0] } sub _perldoc_elem { my($self, $name) = splice @_,0,2; if(@_) { $self->{$name} = $_[0]; } else { $self->{$name}; } } 1;
Upload File
Create Folder