in reply to Perl Script Documentation

By PLs i assume you mean scripts, whereas PM's are modules. At any rate, you sure can use POD in scripts (it works!), and you can see the documentation for any file you specify by using the -F option when you invoke perldoc.

As per programming style, i leave the -h option in my scripts limited to one or two lines. If you want more, use perldoc. :)

jeffa

Replies are listed 'Best First'.
Re: (jeffa) Re: Perl Script Documentation
by arhuman (Vicar) on Oct 30, 2001 at 13:30 UTC
    By the way, shouldn't it be .plx instead of .pl (according to the Camel) ?

    "Only Bad Coders Code Badly In Perl" (OBC2BIP)