Re: multi line comments

2002-12-11 Thread John W. Krahn
Matt Simonsen wrote: > > I believe there are no multi-line comments in Perl. Do any of you have a > good hack to fake these? http://search.cpan.org/author/KANE/Acme-Comment-1.02/ John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

RE: multi line comments

2002-12-11 Thread Mark Anderson
perldoc perlpod -Original Message- From: Matt Simonsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 3:33 PM To: [EMAIL PROTECTED] Subject: multi line comments I believe there are no multi-line comments in Perl. Do any of you have a good hack to fake these? Thanks Matt

RE: multi line comments

2002-12-11 Thread Timothy Johnson
Check out 'perldoc perlpod' and look for the documentation on =cut. That shows one way. -Original Message- From: Matt Simonsen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 3:33 PM To: [EMAIL PROTECTED] Subject: multi line comments I believe there are no multi-line com