Tagged Questions
2
votes
3answers
304 views
Can I overload Perl's =? (And a problem while use Tie)
I choose to use tie and find this:
package Galaxy::IO::INI;
sub new {
my $invocant = shift;
my $class = ref($invocant) || $invocant;
my $self = {']' => []}; # ini section can never be ...