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;` -- __END__ Just my 0.00000002 million dollars worth, --- Shawn "For the things we have to learn before we can do them, we learn by doing them." Aristotle * Perl tutorials at http://perlmonks.org/?node=Tutorials * A searchable perldoc is at http://perldoc.perl.org/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>