Help for this page

Select Code to Download


  1. or download this
    push @data, %tmp;
    
  2. or download this
    push @data, { %tmp };
    
    and later ..
    
    print $data[0]->{COMPONENT};
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    1,2,3,4,5
    2,3,4,5,6
    3,4,5,6,7