Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: push(@ary,\%hash)

by buckaduck (Chaplain)
on Oct 23, 2001 at 19:32 UTC ( [id://120815]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      my %hash;
      my @ary = @$row;
    ...
      HELP NEEDED HERE :o)
      @ary = (\%hash);
      HELP NEEDED HERE :o)
    
  2. or download this
    my @ary;
    
    ...
      $hash{g_afsluttet} = con_date($hash{g_afsluttet});
      push @ary, \%hash;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 06:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found