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
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?
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
[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.
>
> &
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
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
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
,
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
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 (