Re: How to list all Linux machines info with perl ?

2011-03-01 Thread Shawn H Corey
On 11-03-01 12:53 AM, sync wrote: Like the following : - Host: xxx OS: xxx Kernel :xxx CPU Info:xxx I think you can get all of this from `uname`. See `man uname` for details. If it's not there, try /proc/cpuinfo -- Just my 0.0002 millio

Creating PDF/FDF files

2011-03-01 Thread Mike Blezien
Hello, I'm working on a small project that will require us to parse data submitted from an Adobe Reader form, i.e questionaires. Then we'll need to generate either a PDF or FDF temp file, attach it to an email, and send it to use. Now parsing the data from the Adobe Form with a Perl script shou

Re: Creating PDF/FDF files

2011-03-01 Thread Shawn H Corey
On 11-03-01 10:58 AM, Mike Blezien wrote: Hello, I'm working on a small project that will require us to parse data submitted from an Adobe Reader form, i.e questionaires. Then we'll need to generate either a PDF or FDF temp file, attach it to an email, and send it to use. Now parsing the data

Re: Creating PDF/FDF files

2011-03-01 Thread Dermot
On 1 March 2011 15:58, Mike Blezien wrote: > Hello, > > I'm working on a small project that will require us to parse data submitted > from an Adobe Reader form, i.e questionaires. Then we'll need to generate > either a PDF or FDF temp file, attach it to an email, and send it to use. Now > parsi

Re: Creating PDF/FDF files

2011-03-01 Thread David Christensen
On 03/01/2011 07:58 AM, Mike Blezien wrote: I'm working on a small project that will require us to parse data submitted from an Adobe Reader form, i.e questionaires. Then we'll need to generate either a PDF or FDF temp file, attach it to an email, and send it to use. Now parsing the data from

Re: Creating PDF/FDF files

2011-03-01 Thread Mike Blezien
- Original Message - From: "David Christensen" To: Sent: Tuesday, March 01, 2011 11:53 AM Subject: Re: Creating PDF/FDF files On 03/01/2011 07:58 AM, Mike Blezien wrote: I'm working on a small project that will require us to parse data submitted from an Adobe Reader form, i.e questi

Re: Creating PDF/FDF files

2011-03-01 Thread Mike Blezien
- Original Message - From: "Shawn H Corey" To: Sent: Tuesday, March 01, 2011 10:09 AM Subject: Re: Creating PDF/FDF files On 11-03-01 10:58 AM, Mike Blezien wrote: Hello, I'm working on a small project that will require us to parse data submitted from an Adobe Reader form, i.e que

Re: Creating PDF/FDF files

2011-03-01 Thread Mike Blezien
This is kinda of a followup to my earlier message below and may not be directly related to Perl but hope there are some list members that are fimilar with Adobe. According to the Acrobat Pro's documentation, when you use the "baked in" submit form function within Adobe Acrobat (as I am doing),