Help for this page

Select Code to Download


  1. or download this
    my @line1 = ('_W9C2JJDCB','<P>This is the problem1.</P>','<P>This is r
    +es1</P>');
    my @line2 = ('_W9C2JJDCB','<P>This is the problem2.</P>','<P>This is r
    +es2</P>');
    ...
    
    #At this point I have one hash (which may have many key/values) and on
    +e array which could have many array refs
    
  2. or download this
    # So this is what I am trying to do
    
    ...
        }
    }
    print Dumper %ret;