On Sunday 26 October 2003 10:35, [EMAIL PROTECTED] wrote:
> Is this a standard/normal/ok way to pass and use array by reference?
>
> @alpha=("a","b","c");
> @numer=(1,2,3);
>
> #calling by reference
> showIt([EMAIL PROTECTED], [EMAIL PROTECTED]);
>
> sub showIt
> { my $a = $_[0]; #assinging by ref
On Wed, 22 Oct 2003 16:24:26 -0600, Chris McMahon wrote:
>
>
> Hello...
> I am booting a FreeBSD system from the network via PXE.
> On that FreeBSD system is Perl 5.005.
> I want to use the IO::Socket::INET module in a script on that system. (But
> I'd settle for Socket.pm)
> The kicker i