1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
##
## wml::imp:all -- All of Import (IMP) category
## Copyright (c) 1997-2001 Ralf S. Engelschall, All Rights Reserved.
##
#use wml::imp::csmap
#use wml::imp::fsview
#use wml::imp::generic
##EOF##
__END__
=head1 NAME
wml::imp:all - All of Import (IMP) category
=head1 SYNOPSIS
#use wml::imp::all
=head1 DESCRIPTION
This includes all existing include files of the B<Import> (IMP) category, i.e.
all includes with prefix B<wml::imp>. The following files currently exist:
wml::imp::csmap(3) ... Import External Server-Side Map as Inlined Client-Side Map
wml::imp::fsview(3) ... View Box for Filesystem Resource
wml::imp::generic(3) ... Generic Import Of External Resources
=head1 AUTHOR
Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com
=head1 REQUIRES
Internal: P1
External: --
=head1 SEE ALSO
wml::imp::csmap(3),
wml::imp::fsview(3),
wml::imp::generic(3).
=cut
|