ChuckularOne has asked for the wisdom of the Perl Monks concerning the following question:
Thanks in advance,#!/usr/bin/perl -w use Tie::IxHash; tie %linehash, Tie::IxHash; use Tie::RecursiveCI; tie %linehash, 'Tie::RecursiveCI'; THE REST OF THE SCRIPT GOES HERE...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can you Tie a hash twice?
by chromatic (Archbishop) on Apr 26, 2000 at 18:53 UTC | |
|
Re: Can you Tie a hash twice?
by ChuckularOne (Prior) on Apr 26, 2000 at 18:53 UTC |