|
Acme::landmine - variables that explode |
Acme::landmine - variables that explode
use Acme::landmine; tie my $bomb, Acme::landmine => "Try serializing this!"; tie my @bomb, Acme::landmine => "Try serializing this!"; tie my %bomb, Acme::landmine => "Try serializing this!";
variables that explode
a tie interface that C<confess>es. This is useful for creating out-of-bounds markers when modeling data structures.
DESTROY is not mined, but everything else is.
None.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
Acme::landmine - variables that explode |