Difference between revisions of "Template:FAQ:Perl 08"

From Net-SNMP Wiki
Jump to: navigation, search
 
m (5.4 release synchronisation)
 
Line 1: Line 1:
 +
<!-- NB:
 +
  There is a mismatch between the template numbering
 +
  for this entry, and the FAQ entries that refer to it.
 +
  This follows a review of the entries in the
 +
  Perl section.
 +
-->
 
Tk.pm is another Perl package that needs to be installed before tkmib
 
Tk.pm is another Perl package that needs to be installed before tkmib
 
will run.  It's also available on Perl CPAN.  We suggest using version
 
will run.  It's also available on Perl CPAN.  We suggest using version
 
<CODE>"Tk800.011"</CODE> or later.  It can be installed by issuing the command:
 
<CODE>"Tk800.011"</CODE> or later.  It can be installed by issuing the command:
  
                 perl-MCPAN -e shell ; "install Tk"
+
                 perl -MCPAN -e shell ; "install Tk"

Latest revision as of 18:16, 28 December 2006

Tk.pm is another Perl package that needs to be installed before tkmib will run. It's also available on Perl CPAN. We suggest using version "Tk800.011" or later. It can be installed by issuing the command:

               perl -MCPAN -e shell ; "install Tk"