RE: Wrapper Script

2005-06-28 Thread Ryan Frantz
exec '/bin/original-print-something', @processed_args or die Couldn't exec /bin/original-print-something: $!; My problems come when I get a command-line like this: # cat /etc/hosts | /bin/print-something -a -b some-option -c someother-option In this case, my LOG file will

Wrapper Script

2005-06-27 Thread Larsen, Errin M HMMA/IT
(I'm mailing this after posting through Google Groups. I didn't see it get posted, so I'm sending email instead. I hope this doesn't double post. If it does, I'm sorry.) Hi Perl folks, I am trying to write a wrapper script around an executable file so that I am able to better control

Wrapper script for MS Visual Basic

2001-08-24 Thread William (Bill) McNatty
Hi All, A question from a non programmer? My task is to convert any MS Suite files to html on my local machine as part of a document collation and compression program written in perl. The existing Perl scripthas plugins for .doc and .txt but not other file extensions. My thoughts