Mr. Shawn H. Corey a écrit :
On Tue, 2006-06-06 at 20:51 +0200, sfantar wrote:
Hello
I would like to know if we have to install one class before the
inherited classes.
For instance, Do I have to install CGI before CGI::Pretty to make this
work or Can I install it alone?
I hope my question is clear.
Thanks in advance for your help.
You can install it alone. Remember T.I.T.S. (Try It To See).
use CGI::Pretty qw( :standard :xhtml *table *Tr *th *td *ul *ol *dl
*div );
use CGI::Carp qw( fatalsToBrowser );
Note that if you `use POSIX;` do it before you `use CGI;` or `use
CGI::Pretty;`
I agree with you about TITS but unfortunately I am just a beginner and I
don't want my OS to become a real mess ;-)
What is POSIX exactly?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>