- or download this
45 getopt('at:');
46 our ( $opt_a, $opt_t );
...
131 if ( substr( $opt_a, 0, 2 ) == "0x" ) {
132 $opt_a = hex($opt_a);
133 }
- or download this
36 getopt('alo:');
37 #
...
103 if ( substr( $opt_a, 0, 2 ) == "0x" ) {
104 $opt_a = hex($opt_a);
105 }
- or download this
79 if ( !$opt_o == undef ) {