Re: join operator for arrays question

2008-10-02 Thread JAaronAnderson.com
Ok, thanks guys for posting, I am posting from within my GoogleGroup Account. Ergo my comment... let's not be critical and get down to the code! the code I was asking about was :: map { $_ = $$_[0] } @userlist; I dont understand it fully but I got what I wanted to get done with the following::.

join operator for arrays question

2008-09-27 Thread JAaronAnderson.com
=pod Hey fellow GoogleGroup Brothers & Sisters, I am hoping to ask you all a quick Perl intermediate logic question… I have called an obj command which returns what I think is a multi- dimensional array like so =cut my @userlist = $obj->command_ok(qw/user list/, "","",""); # it then returns this in