== Simple Example ==
 
== Simple Example ==
   −
The traditional simple example would be the following snmpd.conf fragment
+
The traditional simple example would be the following <code>snmpd.conf</code> fragment
    
     perl  print "Hello, world!\n";
 
     perl  print "Hello, world!\n";
   −
However, this is pretty useless in the context of an SNMP agent!
+
Obviously, this can only server as a very basic example in the context of an SNMP agent.
    
''<tasks>
 
''<tasks>
 
''
 
''
   −
The most common form of embedded perl statement is to execute a file of perl commands:
+
The most common form of embedding Perl modules is to include an external Perl module:
    
     perl  do  "/path/to/external/file.pl";
 
     perl  do  "/path/to/external/file.pl";
   Exception encountered, of type "Error"