Projectbuilder :: Distributie

Module omgaan met distributiedetectie
Download nu

Projectbuilder :: Distributie Rangschikking & Samenvatting

Advertentie

  • Rating:
  • Vergunning:
  • GPL
  • Prijs:
  • FREE
  • Naam uitgever:
  • Bruno Cornec
  • Uitgever website:
  • http://trac.project-builder.org/

Projectbuilder :: Distributie Tags


Projectbuilder :: Distributie Beschrijving

Module omgaan met distributiedetectie Projectbuilder :: Distributie is een Perl-modules die functies levert om detectie van Linux-distributies mogelijk te maken en wat attributen met zich mee te geven. Synopsis Gebruik Projectbuilder :: Distributie; # # Retourneerinformatie over de lopende distro # My ($ DDIR, $ DER, $ DFAM, $ DTYPE, $ PBSUF, $ PBUPD, $ BOCK) = PB_DISTRO_INIT (); Afdrukken "Distro tuple:" .dumper ($ DDIR, $ DER, $ DFAM, $ DTYPE, $ PBSUF, $ PBUPD, $ BOCK). " "; # # Retourneer informatie over de gevraagde distro # My ($ DDIR, $ DER, $ DFAM, $ DTYPE, $ PBSUF, $ PBUPD, $ BOCK) = PB_DISTRO_INIT (" Ubuntu "," 7.10 "," X86_64 "); Afdrukken "Distro tuple:" .dumper ($ DDIR, $ DER, $ DFAM, $ DTYPE, $ PBSUF, $ PBUPD, $ BOCK). " "; # # Retourneer informatie over de lopende distro # My ($ DDIR, $ DVER) = PB_DISTRO_GET (), mijn ($ DDIR, $ DER, $ DFAM, $ DTYPE, $ PBSUF, $ PBUPD, $ BOCK) = PB_DISTRO_INIT ( $ DDIR, $ DVER); Print "Distro tuple:" .Dumper ($ DDIR, $ DER, $ DFAM, $ DTYPE, $ PBSUF, $ PBUPD, $ BOCK). " "; Vereisten: · Perl


Projectbuilder :: Distributie Gerelateerde software