summaryrefslogtreecommitdiff
path: root/lib/Attribute/Handlers/demo/demo_hashdir.pl
blob: 2e7a4e285d2e1346f783919a36f32510c795805e (plain)
1
2
3
4
5
6
7
use Attribute::Handlers autotie => { Dir => 'Tie::Dir qw(DIR_UNLINK)' };

my %dot : Dir('.', DIR_UNLINK);

print join "\n", keys %dot;

delete $dot{killme};