db2admin has asked for the wisdom of the Perl Monks concerning the following question:
What I have is an email system that has a 'delete' checkbox for each message in the user's mailbox. So I am trying to create the html with the check boxes based upon the number of messages that the user has.for ($i=1; $i<= $msgcount; $i++) { $C$checkcnt = param($C$checkcnt); $checkcnt++; }
Does anyone have any ideas?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: dynamically initializing variables with perl
by busunsl (Vicar) on Jan 07, 2003 at 07:11 UTC | |
by chromatic (Archbishop) on Jan 07, 2003 at 17:45 UTC | |
by busunsl (Vicar) on Jan 08, 2003 at 06:59 UTC | |
by chromatic (Archbishop) on Jan 08, 2003 at 17:33 UTC | |
by db2admin (Acolyte) on Jan 08, 2003 at 05:18 UTC | |
by busunsl (Vicar) on Jan 08, 2003 at 07:03 UTC | |
by db2admin (Acolyte) on Jan 10, 2003 at 04:34 UTC | |
Re: dynamically initializing variables with perl
by PodMaster (Abbot) on Jan 07, 2003 at 07:09 UTC |