Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        $key = sprintf("%s%2.2x", $key, $_);
        print $key, "\n";
    }
    
  2. or download this
    $ sudo perl seek.pl 
    Argument "à" isn't numeric in sprintf at seek.pl line 20.
    ...
    00000000090000020000040000
    Argument "Ä" isn't numeric in sprintf at seek.pl line 20.
    0000000009000002000004000000