anirudh.agarwal has asked for the wisdom of the Perl Monks concerning the following question:
I tried adding it in the following way=head1 FUNCTIONS No subroutines are exported. =over =item run() this will run this script =back =cut
But the above doesnt work. I dont understand what went wrong and how do I correct it. Please help. Thanks :)=head1 FUNCTIONS No subroutines are exported. =over =item run() this will run this script =back =item stop() this will stop this script =back =cut
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Documentaion with multiple functions
by hippo (Archbishop) on Dec 18, 2013 at 13:50 UTC | |
|
Re: Documentaion with multiple functions
by taint (Chaplain) on Dec 18, 2013 at 13:59 UTC | |
|
Re: Documentaion with multiple functions (perl=pod whitespace isn't optional)
by Anonymous Monk on Dec 18, 2013 at 22:18 UTC | |
|
Re: Documentaion with multiple functions
by Anonymous Monk on Dec 18, 2013 at 14:14 UTC | |
by taint (Chaplain) on Dec 18, 2013 at 14:52 UTC | |
by Anonymous Monk on Dec 18, 2013 at 22:18 UTC |