in reply to calling sub and returning value from the same line
unless (open FH, ">$_[0]") { error($!, "not able to write to file $_[0]"); return undef; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: calling sub and returning value from the same line
by dpuu (Chaplain) on Jan 09, 2005 at 21:00 UTC |