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