Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Returning references

by ChOas (Curate)
on Jan 19, 2001 at 16:43 UTC ( [id://52976]=note: print w/replies, xml ) Need Help??


in reply to Returning references

Try this, my friend:
my @Message=@{$ref};

That'll dereference it...

GreetZ!,
    ChOas

print "profeth still\n" if /bird|devil/;

Replies are listed 'Best First'.
Re: Re: Returning references
by davorg (Chancellor) on Jan 19, 2001 at 16:54 UTC

    Or (cutting out the middle man... er... variable :)

    @Message = @{ $foo->get_body() };
    --
    <http://www.dave.org.uk>

    "Perl makes the fun jobs fun
    and the boring jobs bearable" - me

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-25 23:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found