in reply to Re: Re: globbing,file handles and subroutines
in thread globbing,file handles and subroutines
And got this output:my $socketname = shift; print "\$new_sock=$new_sock\n"; print "\$socketname=$socketname\n";
$new_sock=IO::Socket::INET=GLOB(0x8130a94) $socketname=*main::new_sockBut I still don't know enough about this stuff to know what I'm doing wrong.
|
|---|