Help for this page

Select Code to Download


  1. or download this
    sub all {
      my $self = shift;
    ...
        $$self->$AUTOLOAD(@_) while ($$self->next_file);
      }
    }
    
  2. or download this
    sub delete { unlink (shift)->selected_file }