savezelda/batman/titleid.pl

3 lines
85 B
Perl
Raw Permalink Normal View History

2011-01-02 06:46:51 +01:00
#!/usr/bin/perl
print "00010000", map { sprintf "%02x", ord uc } split //, $ARGV[0];