#!usr/bin/perl -w use Pod::Pdf; pod2pdf(@ARGV); exit 0; __END__ =head1 NAME pod2pdf - Interface file for F =head1 SYNOPSIS From the shell enter any of the following examples: $ pod2pdf --verbose 1 --paper usletter $ pod2pdf -verbose 1 -paper usletter $ pod2pdf -v 2 -pa letter $ cat | pod2pdf NB F will only process B files =head1 DESCRIPTION F provides a simple interface to allow the module F to be called from a shell prompt. =head1 SEE ALSO F =head1 AUTHORS Alan J. Fry and Axel Rose =item e-mail L =item WWW L =item WWW L =head1 HISTORY =item Version 0.01 released 30 May 2000 =head1 VERSION =item v 0.01 Monday, 30 May 2000 =head1 COPYRIGHT =item © Alan J. Fry April 2000 =item This program is distributed under the terms of the Artistic Licence =cut