Changes between Version 38 and Version 39 of WikiStart
- Timestamp:
- 11/09/09 05:39:35 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v38 v39 40 40 Fierce v2 templates can be installed by using the following commands: 41 41 {{{ 42 mkdir ~/.fierce2/42 mkdir -p ~/.fierce2/ 43 43 cp -r tt ~/.fierce2/ 44 }}} 45 46 To access the documentation for fierce use the following command: 47 {{{ 48 man fierce 44 49 }}} 45 50 … … 78 83 }}} 79 84 85 To access the documentation for Fierce::Parser use the following command: 86 {{{ 87 perldoc Fierce::Parser 88 }}}