Help for this page

Select Code to Download


  1. or download this
    key1: value
    key2: value
    key2: value2
    #key3: this is a key3 comment
    key3: value
    
  2. or download this
    #include <stdio.h>
    #include <unistd.h>
    ...
        }
        return tmp;
    }
    
  3. or download this
    #!/usr/bin/perl
    package loader;
    ...
    }
    
    1;
    
  4. or download this
    pass: tonkatruck
    
  5. or download this
    #!/usr/bin/perl -w
    use loader;
    ...
    
    my %conf = &loader::get_conf();
    print "Pass is $conf{pass}\n";