The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
on run argv
   tell application "Finder"
     set comment of ((POSIX file (item 1 of argv)) as file) to (item 2 of argv)
     return
   end tell
end run