Help for this page

Select Code to Download


  1. or download this
    package DTF::Transfer;
    use strict;
    ...
        my $self = shift;
        die scalar(keys %$self);
    };
    
  2. or download this
    after 'BUILD' => sub
    {
    ...
        );
        die;
    };