Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Passing hashes by reference.
If I call a perl module with a hash variable, like so...

pass1(\%myhash);

The hash shows up in $_[0] and the debugger thinks it is a hash.

I can even use $_[0] as a hash over in the module.
Still normal so far.

But if I do %anotherhash = $_[0], I get an undef in %anotherhash.

Insights anyone??

krf

Report this thread to moderator Post Follow-up to this message
Old Post
krf
09-30-04 07:55 AM


Re: Passing hashes by reference.
"krf" <krf@Vega.com> wrote in message
news:pan.2004.09.30.00.31.10.861598@Vega.com...
> If I call a perl module with a hash variable, like so...
>
> pass1(\%myhash);
>
> The hash shows up in $_[0] and the debugger thinks it is a hash.
>
> I can even use $_[0] as a hash over in the module.
> Still normal so far.
>
> But if I do %anotherhash = $_[0], I get an undef in %anotherhash.
>
> Insights anyone??
>
> krf

I think you need to do:
%$anotherhash = shift;

or $foo = shift;
%anotherhash = %$foo;



Report this thread to moderator Post Follow-up to this message
Old Post
./Rob &
09-30-04 07:55 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PERL Beginners archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 05:39 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.