perldoc perlpod or http://www.perldoc.com/perl5.8.0/pod/perlpod.html
No i have never used pod to document my code, however many modules from cpan do. Never really wanted till now ;) For the help, i use the here doc as follow for instance : my $helptxt=<<HELP; Usage: $0 -if <input filename> -of <output filename> [-f] [-h] -f force blabla -h display this message HELP print $helptxt if ! $if or $h; José. > -----Original Message----- > From: Paul Kraus [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 27, 2003 6:12 PM > To: [EMAIL PROTECTED] > Subject: GetOpt Help > > > Reading through the doc's it says that it is preferred that > you write the -h help info using POD. How is this down? Any > links on how to write pod or have a perl script display pod > for built in help. > > Do you guys really use POD to document your apps instead of #comments? > > Paul > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > **** DISCLAIMER **** "This e-mail and any attachment thereto may contain information which is confidential and/or protected by intellectual property rights and are intended for the sole use of the recipient(s) named above. Any use of the information contained herein (including, but not limited to, total or partial reproduction, communication or distribution in any form) by other persons than the designated recipient(s) is prohibited. If you have received this e-mail in error, please notify the sender either by telephone or by e-mail and delete the material from any computer". Thank you for your cooperation. For further information about Proximus mobile phone services please see our website at http://www.proximus.be or refer to any Proximus agent. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]