Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by WebSitter

  1. WebSitter

    Newb Question about Nested Hashes/Arrays

    Thanks. It worked this time. I think I just forgot to declare the my $arrays.
  2. WebSitter

    Newb Question about Nested Hashes/Arrays

    Thanks for the try, but after trying both of your examples I still can't get the results I was looking for. I can get spaces between the items but I can't get perl to iterate each item separately. What I'm trying to do is wrap each list item in the array with its own HTML. Like this example...
  3. WebSitter

    Newb Question about Nested Hashes/Arrays

    Hello, new to Perl and have a little issue about printing and using references with regards to nested hashes and arrays. I currently have a database that's an array inside several hashes (references) all inside a "real" hash. It looks like this: my %hash = ( 'paramterLevelOne' => {...

Part and Inventory Search

Back
Top