in reply to Assign multiple scalars the same value
my ($a, $b, $c) = ('TRUE') x 3;
Always many ways of doing it ;-)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Assign multiple scalars the same value
by diotalevi (Canon) on Jan 24, 2005 at 22:55 UTC | |
by xdg (Monsignor) on Jan 25, 2005 at 19:44 UTC | |
Re^2: Assign multiple scalars the same value
by dimar (Curate) on Jan 24, 2005 at 22:30 UTC | |
by Aristotle (Chancellor) on Jan 24, 2005 at 22:52 UTC | |
by Limbic~Region (Chancellor) on Jan 25, 2005 at 14:31 UTC |