Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Not an ARRAY reference

by tobyink (Canon)
on Nov 07, 2020 at 08:52 UTC ( [id://11123468]=note: print w/replies, xml ) Need Help??


in reply to Not an ARRAY reference

Maybe you need this:

push @responsetextall, \@responsetext;

Replies are listed 'Best First'.
Re^2: Not an ARRAY reference
by BillKSmith (Monsignor) on Nov 07, 2020 at 21:13 UTC
    This solution is slightly better then my [@responsetext], but will not work at all unless @responsetext is declared with 'my' within the do/while loop.
    Bill

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11123468]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (9)
As of 2024-04-23 09:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found