Searched defs:InputSource (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DInputObjects.pm45 =item package B<Pod::InputSource>
87 package Pod::InputSource;
93 =head1 B<Pod::InputSource>
99 C<Pod::InputSource> objects. Each such object is merely a wrapper around
114 my $pod_input1 = Pod::InputSource->new(-handle => $filehandle);
115 my $pod_input2 = new Pod::InputSource(-handle => $filehandle,
117 my $pod_input3 = new Pod::InputSource(-handle => \*STDIN);
118 my $pod_input4 = Pod::InputSource->new(-handle => \*STDIN,
121 This is a class method that constructs a C<Pod::InputSource> object and

Completed in 28 milliseconds