Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d4c8e59add66bdd82d3242bf29c0fa5e > files > 7

perl-Inline-Files-0.64-2.fc15.noarch.rpm

use Inline::Files;

while (<FILE>) {
	print "$FILE: $_";
}

__FILE__
File 1
here

__FILE__
File 2
here

__OTHER_FILE__
other file 1

__FILE__
File 3
here