%PDF- %PDF-
Direktori : /var/www/html/friendstravel.al/wp-content/uploads/Fox-C404/root/usr/share/perl5/Debconf/ |
Current File : /var/www/html/friendstravel.al/wp-content/uploads/Fox-C404/root/usr/share/perl5/Debconf/Iterator.pm |
#!/usr/bin/perl -w # This file was preprocessed, do not edit! package Debconf::Iterator; use strict; use base qw(Debconf::Base); sub iterate { my $this=shift; $this->callback->($this); } 1