in reply to Dynamic Variable Names?
A return question for you: what stops you from using an array and $foo[1]...$foo[100] instead of $foo_#?</code>
If you could use an array, say @foo, the problem of putting everything in @fee disappears... what I can't really get is how and why your variables from the form are named that way...
In any case, you probabily need to take a look at CGI.pm
Ciao!
--bronto
# Another Perl edition of a song:
# The End, by The Beatles
END {
$you->take($love) eq $you->made($love) ;
}
|
|---|