When designing the Job Type, the developer must decide on both the method to execute the job, and the name of the file to bind.

    Example


    Specifying a file binding is simple. You must include both the 'type' of binding, and the name of the file.
    execute_binding = Perlexecute_library = filename.pm
    The available binding types are:

    Dylib

    OS X dynamic library

    *.dylib

    DSO

    Linux/Unix dynamic library

    *.dso

    Perl

    Perl package module

    *.pm, *pl

    Python

    Python script module

    *.py

    DLL

    Windows dynamic link library

    *.dll

    Table 2: Binding types

    • No labels