dtharby has asked for the wisdom of the Perl Monks concerning the following question:
Can I send out more that one value ?sub test1 { ...some tests $message1 = "Hello Everyone"; $Indicator1 = 1; return $message1, $Indicator1; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Subroutines and Passing data ...
by Limbic~Region (Chancellor) on Jun 13, 2005 at 13:22 UTC | |
by dtharby (Acolyte) on Jun 13, 2005 at 14:08 UTC | |
by Forsaken (Friar) on Jun 13, 2005 at 15:31 UTC | |
Re: Subroutines and Passing data ...
by aukjan (Friar) on Jun 13, 2005 at 13:21 UTC | |
Re: Subroutines and Passing data ...
by mrborisguy (Hermit) on Jun 13, 2005 at 13:23 UTC | |
by tphyahoo (Vicar) on Jun 13, 2005 at 14:07 UTC | |
by salva (Canon) on Jun 13, 2005 at 13:43 UTC | |
Re: Subroutines and Passing data ...
by jdhedden (Deacon) on Jun 13, 2005 at 13:48 UTC |