- or download this
use strict;
...
print "field1 $seperatorArg field2";
- or download this
$seperatorArg = "\xd1";
- or download this
use constant HEXD1 => "\xd1";
use constant HEXDC => "\xdc";
...
print " HEX DC IS $arg \n";
}
- or download this
perl hex.pl HEXD1
perl hex.pl HEXDC