Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: document tracking in perl

by ian (Beadle)
on Dec 17, 2007 at 09:33 UTC ( [id://657385]=note: print w/replies, xml ) Need Help??


in reply to document tracking in perl

how viable it is to use perl
  • Define a document more precisely than "order" or "letter". For example, are these PDFs, plain text, Microsoft formats, etc.
  • Describe how documents are being sent, e.g. attachments to emails.

Without information about the data in question or the methods of movement, it's hard to evaluate the situation.

About mail, you'll also want to tell us what OS the system would be running on as well as the amount of traffic you expect to generate. In the meantime, you might try searching CPAN for send email.

-- Ian Tegebo

Replies are listed 'Best First'.
Re^2: document tracking in perl
by h3x (Acolyte) on Dec 17, 2007 at 09:47 UTC
    Sorry for the omissions. Majority of the documents (being letters, orders, directives,memos etc) are in Microsoft formats. The documents are being forwarded in softcopy as email attachments and also being hand delivered. ie, they are delivered by a messenger and then the recepient say a secretary, would input the receipt of the document thus updating a database which in turn will inform the owner of the document that his/her document has being received and is being worked on, via email. So in essence i want to eliminate the loss of documents and also acknowledgements that the letters, memos are successfully delivered. Sort of an alert system Any ideas and opinions?
      It sounds like your goal is to track the delivery of email throughout your org.

      In this case, a programming project is perhaps not so much what you have as much as a design problem with regards to your email infrastructure. You should look into topics like "delivery status notification", "return receipt", etc. Of course, Perl would probably be suitable for any glue code you'd need for this.

      On the other hand, you could write a CGI in Perl that one would use to send these kinds of documents; it would present a form with fields for the department, particular recipients, and the paths(s) of the documents. However, in my experience people will think this is a clunky solution because it would disrupt the normal flow of sending what really just amounts to an email.

      One last suggestion: if the org had standardized on an email client then you might be able to add a feature to it, or extend it, to allow an interface to your tracking system. This may or may not be easier than trying to retrofit your email infrastructure for tracking attachment flow.

      Good luck.

      -- Ian Tegebo

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://657385]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 16:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found