Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
usr
/
share
/
doc
/
perl-Inline-Files
Upload
5 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
Changes
3.08 KB
-rw-r--r--
2019-03-31 13:04:19
Edit
Del
README
1.03 KB
-rw-r--r--
2019-03-31 09:24:19
Edit
Del
demo
-
drwxr-xr-x
2022-02-23 11:31:27
Del
Editing: README
(1.03 KB)
Path: /usr/share/doc/perl-Inline-Files/README
Back
============================================================================== Release of Inline::Files ============================================================================== NAME Inline::File - Multiple virtual files at the end of your code SYNOPSIS use Inline::Files; my Code $here; while (<FOO>) { print } # etc. __FOO__ This is a virtual file at the end of the data __BAR__ This is another virtual file __FOO__ This is yet another such file DESCRIPTION Inline::Files generalizes the notion of the `__DATA__' marker and the associated `<DATA>' filehandle, to an arbitrary number of markers and associated filehandles. When you add the line: use Inline::Files; to a source file you can then specify an arbitrary number of distinct virtual files at the end of the code. AUTHOR Damian Conway (damian@conway.org) ==============================================================================