gdnew has asked for the wisdom of the Perl Monks concerning the following question:
Thanks so much.print << "end_file"; <HTML> <HEAD> <TITLE>Classes Design</TITLE> </HEAD> <BODY LEFTMARGIN=50 BGCOLOR="#E3FFE3" VLINK="blue" LINK="blue" ALINK=" +blue"> <FORM name="menuform"> <TABLE CELLSPACING=10> <TR><TD> <U><B>Visualization classes 3D model structures</B></U> <P>Select classes <BR><SELECT name="class"> end_file &printClass(); sub printClass{ foreach my $element(@class){ if ($element ne ""){ print "<OPTION VALUE=\"$element\">"; print "$element\n"; } #end if element } #end foreach } #end printClass
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: autoredirect drop down box to perl files
by snowcrash (Friar) on Mar 12, 2002 at 07:55 UTC | |
|
Re: autoredirect drop down box to perl files
by cjf (Parson) on Mar 12, 2002 at 07:26 UTC | |
|
Re: autoredirect drop down box to perl files
by maverick (Curate) on Mar 12, 2002 at 07:29 UTC | |
|
Re: autoredirect drop down box to perl files
by Anonymous Monk on Mar 12, 2002 at 07:28 UTC |