Is there a way to assign a single value to a list? other then doing the
obvious and spelling out each list assignment or running through a loop.

For instance...

my ( $var1, $var2, $var3, ... ) = "Paul"
assigning paul to all variables in the list.

or a more useful example

my  ($passed1, $passed2, ... ) = shift

Paul Kraus



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to