On 12/5/06, Jenda Krynicky <[EMAIL PROTECTED]> wrote:

From: "kilaru rajeev" <[EMAIL PROTECTED]>
> Jenda,
>
> I got a doubt here. Suppose the file does not contain any thing perl
> code. If it contains only some data for configuration, is it possible
> to include by using 'require' ?
>
> Rajeev

Depends on the format. But if it's not Perl why does it have a .pl
extension? And if it's configuration why do you want to pack it into
the EXEcutable?

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>



Now suppose, a EXE for the Perl Program is created in Windows.


The input for the EXE has to be taken from the file provided by the
user.AndThe EXE shud get invoked by just dragging and dropping the
input file on the
EXE.

Assume, the input file is some text file containing some raw data.

How should this be done?


- Dharshana

Reply via email to