in reply to Re: What's this line means in HTTP::headers? ("the context")
in thread What's this line means in HTTP::headers?
Also I know the context meaning in some cases saying
my $var = @array
But here in specific case:
Does that mean if wantarray is always true? since @old is always an array?return @old if wantarray;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: What's this line means in HTTP::headers? ("the context")
by Anonymous Monk on Sep 05, 2013 at 06:35 UTC |