in reply to Re: Why does assignment change the result?
in thread Why does assignment change the result?
If I pass in three arguments, I get the same output.
print "two easy: " . two_easy( 'one', 'two', 'three' ) . "\n"; print "two hard: " . two_hard( 'one', 'two', 'three' ) . "\n";
I don't understand what you mean about passing in a tied value.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Why does assignment change the result?
by NetWallah (Canon) on May 23, 2007 at 19:00 UTC |