pg has asked for the wisdom of the Perl Monks concerning the following question:
Wondering whether anyone else has already experienced this problem. This piece of code worked fine with 5.8.2 (I just retested, and is fine):
my $credentials = chomp(encode_base64("peip:930612"));
But it does not work with 5.8.4, and complains: "Can't modify non-lvalue subroutine call in chomp"...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't modify non-lvalue subroutine call in chomp
by davido (Cardinal) on Jul 19, 2004 at 21:13 UTC | |
|
Re: Can't modify non-lvalue subroutine call in chomp
by VSarkiss (Monsignor) on Jul 19, 2004 at 21:17 UTC | |
|
Re: Can't modify non-lvalue subroutine call in chomp
by ccn (Vicar) on Jul 19, 2004 at 21:17 UTC |