все параметры
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Источник: librelative-perl  ]

Пакет: librelative-perl (0.04-4)

Ссылки для librelative-perl

Screenshot

Ресурсы Debian:

Исходный код librelative-perl:

Сопровождающий:

Внешние ресурсы:

Подобные пакеты:

Load modules with relative names

This module allows you to load modules using only parts of their name, relatively to the current module or to a given module. Module names are by default searched below the current module, but can be searched upper in the hierarchy using the ..:: syntax.

In order to further loosen the namespace coupling, import returns the full names of the loaded modules, making object-oriented code easier to write:

   use relative;

   my ($Maker, $Publisher) = import relative qw(Create Publish);
   my $report    = $Maker->new;
   my $publisher = $Publisher->new;

Теги: Разработка программного обеспечения: Разработка на Perl, Библиотеки, Реализовано на: Perl, Роль: Динамическая библиотека

Другие пакеты, относящиеся к librelative-perl

  • зависимости
  • рекомендации
  • предложения
  • enhances

Загрузка librelative-perl

Загрузить для всех доступных архитектур
Архитектура Размер пакета В установленном виде Файлы
all 9,4 Кб28,0 Кб [список файлов]