Help for this page

Select Code to Download


  1. or download this
     $AUTOLOAD  =~ /.*::(get|bundle)(_next)*(_\w+)_files*$/
    
  2. or download this
    while ($s->get_next_blah_file) {
      $s->delete($s->selected_file);
    }
    
  3. or download this
    my $bundle = $s->bundle_blah_files;
    $bundle->delete;