A quick question

Eugene Tsyrklevich eugenet at mailcity.com
Fri Oct 15 11:54:18 CDT 1999


~sdpm~
1. you can find an  answer for your =pod =cut question at http://www.perl.com/CPAN/doc/manual/html/pod/perlpod.html

tip: you can replace =pod ... =cut sequence with
a =comment ... =cut which makes commenting out big chunks of your code much easier.
e.g.

=comment
print "useless output1\n";
print "useless output2\n";
print "useless output3\n";
=cut


2. the answer for your 'use strict;' question can be found at

http://www.perl.com/CPAN/doc/manual/html/pod/perldsc.html#WHY_YOU_SHOULD_ALWAYS_C_use_stri

http://www.perl.com/CPAN/doc/manual/html/pod/perlsub.html#Private_Variables_via_C_my_

or just run 'perldoc strict' from a command line/shell.. assuming that you have perl installed on your computer of course.


I strongly recommend reading all of the http://www.perl.com/CPAN/doc/manual/html/pod/index.html documentation.


regards,
eugene.


P.S. Are we not getting meeting notifications by email any more?


Get your FREE Email at http://mailcity.lycos.com
Get your PERSONALIZED START PAGE at http://my.lycos.com
~sdpm~

The posting address is: san-diego-pm-list at hfb.pm.org

List requests should be sent to: majordomo at hfb.pm.org

If you ever want to remove yourself from this mailing list,
you can send mail to <majordomo at happyfunball.pm.org> with the following
command in the body of your email message:

    unsubscribe san-diego-pm-list

If you ever need to get in contact with the owner of the list,
(if you have trouble unsubscribing, or have questions about the
list itself) send email to <owner-san-diego-pm-list at happyfunball.pm.org> .
This is the general rule for most mailing lists when you need
to contact a human.




More information about the San-Diego-pm mailing list