in reply to RE: RE: Re: Perl Safety
in thread Perl Safety
yet mysteriously in my code after I call Package::get_data() all of a sudden I have variables $x, $y, $z that are defined... now I would have expected theses variables to be Package::x Package::y Package::z, but there they are. I asked the engineer about this and he said that there wasn't any other way to pass multiple variables back through a return... when I suggested a hash he was particularly receptive to the idea...use Package Package::get_data();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: RE: Re: Perl Safety
by Adam (Vicar) on Aug 25, 2000 at 23:56 UTC | |
by gaspodethewonderdog (Monk) on Aug 25, 2000 at 23:58 UTC | |
by tilly (Archbishop) on Aug 26, 2000 at 00:14 UTC |