123456789
#!/usr/bin/perl -wuse strict;my $hex = "Erik";$hex = unpack("H*", $hex);print "$hex\n";
4572696b