in reply to Data files included in a package
hope that helps,my @lines # where we want to store the data my $testfile = shift; # populate lines in dull bit here if testfile is a file chomp (@lines = (<DATA>)) unless -f $testfile; print join " * ", @lines; __DATA__ in the world of the mules there are no rules
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Data files included in a package
by Zaxo (Archbishop) on Aug 29, 2003 at 06:43 UTC |