Changes between Version 29 and Version 30 of Download
- Timestamp:
- 09/29/08 10:59:40 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download
v29 v30 68 68 === Strawberry Perl === 69 69 On Strawberry Perl 5.10 you can install it following these steps 70 [http://www.strawberryperl.com/] 70 (Download Strawberry Perl from here: [http://www.strawberryperl.com/] ) 71 71 72 72 {{{ … … 86 86 }}} 87 87 88 Once it is installed you can start Padre either by 89 {{{ 90 Start/Run and type in padre 91 }}} 92 93 or by creating a shortcut and then clicking on it. 94 95 When creating the shortcut use the following as command: 96 {{{ 97 C:\strawberry\perl\bin\wperl.exe C:\strawberry\perl\bin\padre 98 }}} 99 note we are using wperl here instead of perl in order to avoid the extra 100 command shell window. 101 88 102 === Active Perl === 89 103
