/src/ports/oses/linux.tt_data
Unknown | 27 lines | 22 code | 5 blank | 0 comment | 0 complexity | e9313334ef41a10781a3953042f93e33 MD5 | raw file
1[% 2 # Setup information 3 os_config = { 4 name => 'Linux', 5 information_last_verified => '2011-03-26', 6 } 7%] 8 9[% BLOCK show_os %] 10 11<p> 12Almost all Linux distributions come with Perl, or you are 13able to install Perl through their package management system. 14</p> 15 16[% PROCESS binary_view binary_source => [ 17 { 18 name => 'ActiveState', 19 url => activestate_url, 20 notes => '', 21 }, 22 23] 24%] 25<div class="clear"></div> 26 27[% END %]