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 derfloh 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 redd99

  1. redd99

    Pointer to a Hash

    What is the difference between setting a hash like this: $fooref->bar('cat'); and like this: $fooref->{bar} = 'dog'; Apparently each statement is setting an entirely different hash. Which is the proper way to do it? And also if I were to concatenate the hash with a string using double quotes...

Part and Inventory Search

Back
Top