Help for this page

Select Code to Download


  1. or download this
    
    #! /usr/bin/env perl
    ...
    say $hex eq $hex2 ? "hexes equal" : "hexes not equal";
    
    say $blah =~ /Screenshot-2024-02-23-at-1.05.14\s/;  # WORKS!
    
  2. or download this
    Character in 'H' format wrapped in unpack at ./test.pl line 12.
    53637265656e73686f742d323032342d30322d32332d61742d312e30352e31342f414d
    +2e706e67
    ...
    Screenshot-2024-02-23-at-1.05.14 AM.png
    53637265656e73686f742d323032342d30322d32332d61742d312e30352e3134e280af
    +414d2e706e67
    hexes not equal