unixhome has asked for the wisdom of the Perl Monks concerning the following question:
Any pointers will be greatly appreciated.sub format_output { my var1 = $_[0]; my var2 = $_[1]; my array = $_[2]; do_some_stff } my @array = 0x00; @tmparray = split('',$scalar); @array = splice(@tmparray, 8, 6); &format_address(":", 0, @array);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help with scalar values and array as arguments to function
by davorg (Chancellor) on Jun 14, 2006 at 15:26 UTC | |
|
Re: Help with scalar values and array as arguments to function
by CountOrlok (Friar) on Jun 14, 2006 at 15:19 UTC | |
|
Re: Help with scalar values and array as arguments to function
by liverpole (Monsignor) on Jun 14, 2006 at 15:31 UTC | |
|
Re: Help with scalar values and array as arguments to function
by Zaxo (Archbishop) on Jun 14, 2006 at 15:23 UTC | |
|
Re: Help with scalar values and array as arguments to function
by unixhome (Novice) on Jun 14, 2006 at 17:39 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |