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 Chriss Miller 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 isodbaar

  1. isodbaar

    Array in hashes????

    thanks!!!
  2. isodbaar

    Array in hashes????

    hi Guys, I have an hash that look like this (debug) x %myhash 0 'ParentFolder' 1 '//server/folder1/' 2 'myarray' 3 ARRAY(0x1f6dc08) 0 'January' 1 'February' 2 'March' 3 'April' 4 'May' 5 'June' 6 'July' 7 'August' 8 'September' 9 'October' 10...
  3. isodbaar

    Regex from variable

    Hi guys, Im a Perl beginner.. There is a way to use a scalar as a pattern in a Regex expression? This is what I am trying to do.. $test = "m/Test/"; if ("Test" =~ $test ) { print "yep"; } Does not work!!.. Thank you in advance...

Part and Inventory Search

Back
Top