Help for this page

Select Code to Download


  1. or download this
    [% WRAPPER wrapper.tt %]
        [% q.start_table() %]
            [% q.start_Tr() %]
    ...
            [% q.end_Tr() %]
        [% q.end_table() %] 
    [% END %]
    
  2. or download this
    package Netman;
    
    use strict;
    ...
         return $input;
    }
    1;
    
  3. or download this
    package Netman::Connection::Cable;
    
    use strict;
    ...
    
    
    1;