logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wml::imp::generic - Generic Import Of External Resources

Author

        Ralf S. Engelschall
        rse@engelschall.com
        www.engelschall.com

Description

       This tag imports an external resource via URL or filename. The "<import>" tag gets replaced by the
       contents of the external resource formatted via the "verbatim", "pod", "sdf" or "text" formatting
       filters.

       Remote retrival only works if at least one of the following programs can be found:

          - Perl function: LWP::Simple::get()
          - Program: lynx
          - Program: wget
          - Program: fetch

Name

       wml::imp::generic - Generic Import Of External Resources

Requires

        Internal: P1, P2, P3
        External: LWP::Simple::get (P5M) | lynx (PATH) | wget (PATH) | fetch (PATH)

See Also

LWP::Simple(3), lynx(1), wget(1), fetch(1)

EN Tools                                           2020-11-29                               wml::imp::generic(3)

Synopsis

        #use wml::imp::generic

        <import src="url" [format="..."]>

See Also