DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦6bbe429e8⟧ TextFile

    Length: 311 (0x137)
    Types: TextFile
    Names: »sysexits.pl«

Derivation

└─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen
    └─⟦b5330643c⟧ »./cops/perl-4.019/perl.tar.Z« 
        └─⟦2b9a58213⟧ 
            └─⟦this⟧ »perl-4.019/h2pl/eg/sysexits.pl« 

TextFile

$EX_OK = 0x0;
$EX__BASE = 0x40;
$EX_USAGE = 0x40;
$EX_DATAERR = 0x41;
$EX_NOINPUT = 0x42;
$EX_NOUSER = 0x43;
$EX_NOHOST = 0x44;
$EX_UNAVAILABLE = 0x45;
$EX_SOFTWARE = 0x46;
$EX_OSERR = 0x47;
$EX_OSFILE = 0x48;
$EX_CANTCREAT = 0x49;
$EX_IOERR = 0x4A;
$EX_TEMPFAIL = 0x4B;
$EX_PROTOCOL = 0x4C;
$EX_NOPERM = 0x4D;