Creating RTF File or .DOC file dynamically

2002-01-13 Thread Sharat Hegde
Hello, I have developed a Perl Program which shows the results of a series of Form processing functions in a Print Preview Page which can be printed using the Browser's print function. I want to also provide a function where the Form inputs can be converted into a RTF format or a Microsoft Wi

Deleting from a list

2001-12-21 Thread Sharat Hegde
Hello, I need to delete an element from a list (array). The delete function does not seem to work. For example if I need to delete element number "i" from the list "myList", then the code delete ($myList[$i]); does not seem to be working. Gives a compilation error. What is the alternative?

RE: List of Associative Arrays

2001-12-18 Thread Sharat Hegde
Hello, I got the whole dope about referencing and dereferncing in the Perl documentation which comes with Active Perl. Peter:: Thanks again. Regards, Sharat >From: "Sharat Hegde" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >CC: [EMAIL PROTECTED] >Subject: RE: List

RE: List of Associative Arrays

2001-12-17 Thread Sharat Hegde
[EMAIL PROTECTED]> >To: "Sharat Hegde" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: RE: List of Associative Arrays >Date: Mon, 17 Dec 2001 20:56:45 -0800 > > > >I initiatize the list with: > > @MainList = (); > >Looks good. > > &

List of Associative Arrays

2001-12-17 Thread Sharat Hegde
Hello, I want to initialize and use an array (list) of associative array. The top level (main) list will have each element as an associative array. I initiatize the list with: @MainList = (); To add elements, I am doing: push(@MainList, [%ElementAssocArray]); To access each element (for

Passing arrays across forms

2001-12-11 Thread Sharat Hegde
Hello, I have a wizard kind of form processing - basically 5 forms with user inputs in all the forms. The data is captured and stored at the end of the form processing. The data collected from the forms is stored internally in the form of arrays - there are about 4 arrays, one of them a two-d

Re: Working with Perl Modules

2001-12-09 Thread Sharat Hegde
I installed PPM2 as well as PPM3 Beta and I am still not able to get the Perl Package installed. Looks like a config issue. This is what I get: With PPM2: Install package 'HTML-Template?' (y/N): y Installing package 'HTML-Template'... Error installing package 'HTML-Template': Could not locate a

RE: Working with Perl Modules

2001-12-07 Thread Sharat Hegde
, Sharat >From: "Crowder, Rod" <[EMAIL PROTECTED]> >To: 'Sharat Hegde' <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: RE: Working with Perl Modules >Date: Fri, 7 Dec 2001 10:32:16 - > >Do you have Active State's perl? The package is av

Working with Perl Modules

2001-12-06 Thread Sharat Hegde
Hello, I have been using Perl for some time but have not yet used the Perl modules. I wanted to start off with the HTML::Template module - it will save me a lot of effort if I can use it. I need to get this working on Windows (where I do my development) as well as on my 3rd party shared host (