Re: Running Perl Code in Windows

2006-04-24 Thread Mazhar
Thanks Yuvraj itz working

Regards
Mazhar

On 4/24/06, santhosh Yuvaraj <[EMAIL PROTECTED]> wrote:
>
> Hai,
>
> Your problem is because of using the wrong perl2exe version
>
> You should download the version with respect to your perl version.
>
> I thnk your perl version is 5.6.0 so download from any of these two
> packages,
>
> 1. http://www.indigostar.com/download/p2x-7.02-Win32.zip
> 2. http://www.indigostar.com/download/p2x-5.03-Win32.zip
>
> Best Rgds
> santhosh yuvaraj.
>
> On 4/24/06, Mazhar <[EMAIL PROTECTED]> wrote:
>
> > Dear,
> >
> > I am not able to make the exe with the same when i try to do so. i am
> > getting the below error.
> >
> > --
> >
> > C:\Perl Execute>perl2exe x.pl
> > Perl2Exe V8.80 Copyright (c) 1997-2006 IndigoSTAR Software
> > Warning: perl.exe not found in path. Platform = Win32
> > Warning: perl.exe not found in path
> >
> > This is an evaluation version of Perl2Exe, which may be used for 30
> > days.
> > For more information see the attached pxman.htm file,
> > or visit http://www.indigostar.com
> >
> > Converting 'x.pl' to x.exe
> > ERROR: Can't open C:\Perl Execute\p2x560.dll
> >
> >
> > --
> >
> > Your help is required in the above case.
> >
> > Regards
> > Mazhar
> >
> > On 4/24/06, John Ackley < [EMAIL PROTECTED]> wrote:
> > >
> > > Mazhar wrote:
> > > > Hi Folks,
> > > >  i have written down a code in perl which is used as a file
> > > > analyser. I need to run the same on Windows 2000. Should i need to
> > > install
> > > > Active State Perl on the same.
> > > >
> > > > Is there any other alternative for running the same without
> > installation
> > > of
> > > > Active State Perl on the machine.
> > > >
> > > > Thanks all in Advance..
> > > >
> > > > Regards
> > > > Mazhar
> > > >
> > > >
> > > free perl for windose
> > > http://www.cygwin.com/
> > >
> > > --
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >  
> > >
> > >
> > >
> >
> >
>


Re: Running Perl Code in Windows

2006-04-24 Thread santhosh Yuvaraj
Hai,

Your problem is because of using the wrong perl2exe version

You should download the version with respect to your perl version.

I thnk your perl version is 5.6.0 so download from any of these two
packages,

1. http://www.indigostar.com/download/p2x-7.02-Win32.zip
2. http://www.indigostar.com/download/p2x-5.03-Win32.zip

Best Rgds
santhosh yuvaraj.

On 4/24/06, Mazhar <[EMAIL PROTECTED]> wrote:
>
> Dear,
>
> I am not able to make the exe with the same when i try to do so. i am
> getting the below error.
>
>
> --
> C:\Perl Execute>perl2exe x.pl
> Perl2Exe V8.80 Copyright (c) 1997-2006 IndigoSTAR Software
> Warning: perl.exe not found in path. Platform = Win32
> Warning: perl.exe not found in path
>
> This is an evaluation version of Perl2Exe, which may be used for 30 days.
> For more information see the attached pxman.htm file,
> or visit http://www.indigostar.com
>
> Converting 'x.pl' to x.exe
> ERROR: Can't open C:\Perl Execute\p2x560.dll
>
>
> --
>
> Your help is required in the above case.
>
> Regards
> Mazhar
>
> On 4/24/06, John Ackley <[EMAIL PROTECTED]> wrote:
> >
> > Mazhar wrote:
> > > Hi Folks,
> > >  i have written down a code in perl which is used as a file
> > > analyser. I need to run the same on Windows 2000. Should i need to
> > install
> > > Active State Perl on the same.
> > >
> > > Is there any other alternative for running the same without
> installation
> > of
> > > Active State Perl on the machine.
> > >
> > > Thanks all in Advance..
> > >
> > > Regards
> > > Mazhar
> > >
> > >
> > free perl for windose
> > http://www.cygwin.com/
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >  
> >
> >
> >
>
>


Re: Running Perl Code in Windows

2006-04-24 Thread Bjørge Solli
You need to have perl installed on the machine to make the executable. As far 
as I understand you will be able to run it on a different machine without 
perl installed afterwards.

You may also try this:
http://search.cpan.org/~smueller/PAR-0.92/script/pp
http://search.cpan.org/~smueller/PAR-0.92/lib/PAR.pm

Bjørge (who would prefer if people didn't toppost)

On Monday 24 April 2006 13:23, Mazhar wrote:
> Dear,
>
> I am not able to make the exe with the same when i try to do so. i am
> getting the below error.
>
> ---
>--- C:\Perl Execute>perl2exe
> x.pl
> Perl2Exe V8.80 Copyright (c) 1997-2006 IndigoSTAR Software
> Warning: perl.exe not found in path. Platform = Win32
> Warning: perl.exe not found in path
>
> This is an evaluation version of Perl2Exe, which may be used for 30 days.
> For more information see the attached pxman.htm file,
> or visit http://www.indigostar.com
>
> Converting 'x.pl' to x.exe
> ERROR: Can't open C:\Perl Execute\p2x560.dll
>
> ---
>---
>
> Your help is required in the above case.
>
> Regards
> Mazhar
>
> On 4/24/06, John Ackley <[EMAIL PROTECTED]> wrote:
> > Mazhar wrote:
> > > Hi Folks,
> > >  i have written down a code in perl which is used as a file
> > > analyser. I need to run the same on Windows 2000. Should i need to
> >
> > install
> >
> > > Active State Perl on the same.
> > >
> > > Is there any other alternative for running the same without
> > > installation
> >
> > of
> >
> > > Active State Perl on the machine.
> > >
> > > Thanks all in Advance..
> > >
> > > Regards
> > > Mazhar
> >
> > free perl for windose
> > http://www.cygwin.com/
> >
> > --
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >  

-- 
Bjørge Solli - Office:+47 55205847 http://www.nersc.no
Nansen Environmental and Remote Sensing Center - Bergen, Norway
Dept.: Mohn-Sverdrup Center for Global Ocean Studies 
   and Operational Oceanography

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




Re: Running Perl Code in Windows

2006-04-24 Thread Mazhar
Dear,

I am not able to make the exe with the same when i try to do so. i am
getting the below error.

--
C:\Perl Execute>perl2exe x.pl
Perl2Exe V8.80 Copyright (c) 1997-2006 IndigoSTAR Software
Warning: perl.exe not found in path. Platform = Win32
Warning: perl.exe not found in path

This is an evaluation version of Perl2Exe, which may be used for 30 days.
For more information see the attached pxman.htm file,
or visit http://www.indigostar.com

Converting 'x.pl' to x.exe
ERROR: Can't open C:\Perl Execute\p2x560.dll

--

Your help is required in the above case.

Regards
Mazhar

On 4/24/06, John Ackley <[EMAIL PROTECTED]> wrote:
>
> Mazhar wrote:
> > Hi Folks,
> >  i have written down a code in perl which is used as a file
> > analyser. I need to run the same on Windows 2000. Should i need to
> install
> > Active State Perl on the same.
> >
> > Is there any other alternative for running the same without installation
> of
> > Active State Perl on the machine.
> >
> > Thanks all in Advance..
> >
> > Regards
> > Mazhar
> >
> >
> free perl for windose
> http://www.cygwin.com/
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>  
>
>
>


RE: clarification abt system function

2006-04-24 Thread Charles K. Clarkson
[EMAIL PROTECTED] wrote:
:  Hi All,
: 
:I was unable to resolve the following lines.Could any one
: please help me resolve the same?

What do you mean by "resolve"? That word may not mean what
you think it means. Try rephrasing your question.


: I could not find any user defined module named "system".
:
:  System->get_renv();
:  System->get_receiver_dir();

Show us more code and tell us what you are trying to do.



HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




Re: Running Perl Code in Windows

2006-04-24 Thread OXx
It works fine with PAR module.
http://search.cpan.org/~smueller/PAR-0.92/lib/PAR.pm
Then no dependencies on others worstations. Just execute your ptogram
without perl..