I am developing a client-side app to be run on w32 or
linux, which launches when the user clicks a link for a
specific type of file.
This is a trusted relationship, the end-user will
register our MIME type to kick off the application we
provide to them. What I am having trouble getting to
work is how to get the perl app on the client-side to
accept the data that, in theory, NS or IE is sending to
its registered helper app.
I would prefer to not have to initiate this as a pull
from the client side using LWP or other, but instead
push to the client.