cannot import certains modules when running perl scripts from Java on Windows

2009-08-10 Thread Thomas Evangelidis
Dear perl users, I'm having difficulties running perl scripts from java which import certain modules like File::Tail and File::Sort. I initially installed ActiveState Perl but then did a full Cygwin installation (which includes compilers, interpreters, etc of most popular programming lang

Re: Running perl scripts on remote machine

2009-02-12 Thread Chas. Owens
On Feb 11, 2009, at 12:44, vijaya R wrote: Hi, why can't you compile an exe of the scripts such that all can be executed from the respective machines without any dependencies? Regards, Vijaya You can. Take a look at PAR::Packer on CPAN. If you are using ActivePerl you can use the

Re: Running perl scripts on remote machine

2009-02-11 Thread vijaya R
Hi, why can't you compile an exe of the scripts such that all can be executed from the respective machines without any dependencies? Regards, Vijaya

Re: Running perl scripts on remote machine

2009-02-11 Thread Dermot
2009/2/11 Sarsamkar, Paryushan : > Hi All, Hi > Can I install perl on a common machine and keep all of our scripts > there? Then can any team mate run those scripts remotely on that > machine? Or is there any other way to handle this situation? I think you should be looking at ssh. Not sure how

Running perl scripts on remote machine

2009-02-11 Thread Sarsamkar, Paryushan
Hi All, I have a team of 4 people, and have some perl scripts written to make our life easy J Now if my team mates want to run the scripts, then they have to install perl on their machine (also the modules required for the scripts), then download perl scripts on their machine and then run those

PSPad and running Perl Scripts

2006-11-23 Thread Paul Brasseur
Hello: To run Perl CGI Programs, select Program Settings from the Settings Menu. Then select Web Server. Under Server place: localhost\cgi-bin . Under Document Root place C:\Program Files\Apache Group\Apache2\cgi-bin or whatever is the path to your cgi-bin directory. Fire up your Web

RE: Running Perl Scripts Via A Web Page

2004-11-30 Thread Michael Kraus
G'day... > Can someone please recommend a book for me. I do some web > administration w/ perl scripts. I would like to create a web > page w/ drop down menus... and depending on the selection > criteria, run that script. I searched on Google a little, > but not really sure what I'm looking

RE: Running Perl Scripts Via A Web Page

2004-11-30 Thread Graeme St. Clair
ssage- From: Brian Volk [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 30, 2004 3:52 PM To: Beginners (E-mail) Subject: Running Perl Scripts Via A Web Page Hi All, Can someone please recommend a book for me. I do some web administration w/ perl scripts. I would like to create a web page w/

Running Perl Scripts Via A Web Page

2004-11-30 Thread Brian Volk
Hi All, Can someone please recommend a book for me. I do some web administration w/ perl scripts. I would like to create a web page w/ drop down menus... and depending on the selection criteria, run that script. I searched on Google a little, but not really sure what I'm looking for. :~)

Re: Trouble running perl scripts.

2003-03-18 Thread R. Joseph Newton
"Johnstone, Colin" wrote: > ... > Does it make sense that they have built a safeguard into the server that if I had > set permissions to 777 it would not run, but if I change to 755 it will. > > Regards Colin Hi Colin, It sure does. When you 777 a directory exposed to the Internet, you leave

Re: Trouble running perl scripts.

2003-03-18 Thread R. Joseph Newton
"Johnstone, Colin" wrote: > Gidday All, > > I should be past this now. > > I hope someone can help, my host refuses to help. > > I have written this simple perl script to test it on my host. I always have trouble > when I write a new script and upload it to this host it runs fine on my server her

Re: Trouble running perl scripts.

2003-03-18 Thread Wiggins d'Anconia
Johnstone, Colin wrote: Hi Wiggins, thats right I don't have access to error logs or command line to run it. I can only run it through the browser. Does it make sense that they have built a safeguard into the server that if I had set permissions to 777 it would not run, but if I change to 755 i

RE: Trouble running perl scripts.

2003-03-18 Thread Johnstone, Colin
Colin -Original Message- From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 14:42 To: Johnstone, Colin Cc: [EMAIL PROTECTED] Subject: Re: Trouble running perl scripts. Johnstone, Colin wrote: > Gidday All, > > I should be past this now. >

Re: Trouble running perl scripts.

2003-03-18 Thread Wiggins d'Anconia
Johnstone, Colin wrote: Gidday All, I should be past this now. I hope someone can help, my host refuses to help. I have written this simple perl script to test it on my host. I always have trouble when I write a new script and upload it to this host it runs fine on my server here at work. #!/

FW: Trouble running perl scripts.

2003-03-18 Thread Johnstone, Colin
14:34 To: [EMAIL PROTECTED] Subject: Trouble running perl scripts. Gidday All, I should be past this now. I hope someone can help, my host refuses to help. I have written this simple perl script to test it on my host. I always have trouble when I write a new script and upload it to this ho

Trouble running perl scripts.

2003-03-18 Thread Johnstone, Colin
Gidday All, I should be past this now. I hope someone can help, my host refuses to help. I have written this simple perl script to test it on my host. I always have trouble when I write a new script and upload it to this host it runs fine on my server here at work. #!/usr/bin/perl -w print

RE: running perl scripts on Windows

2002-06-18 Thread Timothy Johnson
invoke your scripts without necessarily using the extension (although the extension still needs to be there for the file to work) -Original Message- From: Shawn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 18, 2002 2:04 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: running perl

Re: running perl scripts on Windows

2002-06-18 Thread Shawn
> > On Win2K, from the command line, the she-bang means absolutely nothing. > > It's not until you try to run it from a server that the she-bang comes > > into play... I think it is the same across all win32 platforms... > > The previous op was correct. The first line is parsed for switches, un

Re: running perl scripts on Windows

2002-06-18 Thread Todd Wade
Dave K wrote: > Anadi, > Thanks, but not really... > The > #!D:\Perl|bin\perl -w > is ignored in windows - the key is the file association... dont forget... not ignored... the line is parsed for switches > I am not familar with the <% %> syntax (Mason or mod_perl perhaps??), The That is ho

RE: running perl scripts on Windows

2002-06-18 Thread Todd Wade
Nikola Janceski wrote: > Something I just found out. > I use NT 4 sp 6, Activestate perl 5.6.1. > I create a cmd file for all my perlscripts that have a line > > c:/full/path/to/perl c:/path/to/script.pl > Im just guessing, but it seems like this could throw your environment way out of whack.

Re: running perl scripts on Windows

2002-06-18 Thread Todd Wade
Shawn wrote: >> Hey learn, >> >> My MUA believes you used (X-Mailer not set) >> to write the following on Tuesday, June 18, 2002 at 2:49:32 PM. >> >> lp> use #!d:\perl\bin\perl.exe -w >> >> lp> on top of your script >> >> As I recall, the #! in Windows only uses the switches (-w). >> >> So >

RE: running perl scripts on Windows

2002-06-18 Thread Nikola Janceski
age- > From: Shawn [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 18, 2002 3:20 PM > To: Tim Musson; [EMAIL PROTECTED] > Subject: Re: running perl scripts on Windows > > > > Hey learn, > > > > My MUA believes you used (X-Mailer not set) > > to write the foll

Re: running perl scripts on Windows

2002-06-18 Thread Shawn
> Hey learn, > > My MUA believes you used (X-Mailer not set) > to write the following on Tuesday, June 18, 2002 at 2:49:32 PM. > > lp> use #!d:\perl\bin\perl.exe -w > > lp> on top of your script > > As I recall, the #! in Windows only uses the switches (-w). > > So > #!perl -w > is the same a

Re: running perl scripts on Windows

2002-06-18 Thread Tim Musson
Hey learn, My MUA believes you used (X-Mailer not set) to write the following on Tuesday, June 18, 2002 at 2:49:32 PM. lp> use #!d:\perl\bin\perl.exe -w lp> on top of your script As I recall, the #! in Windows only uses the switches (-w). So #!perl -w is the same as #!d:\perl\bin\perl -w Can

RE: running perl scripts on Windows

2002-06-18 Thread learn perl
use #!d:\perl\bin\perl.exe -w on top of your script eric On Tue, 18 Jun 2002, A Taylor wrote: > Hi > > >what happens when you try to run a script from commmand line? is the perl > >executable in your path? > > No - the error I get is: > example.pl is not recognised as an internal or external c

Re: running perl scripts on Windows

2002-06-18 Thread A Taylor
Tim, Thanks a lot for this.. Thanks to you and a few others on this list I now have Perl running properly on my server !!! Well - guess I can kiss the Summer goodbye .. ha ha ;-) Thanks again Anadi >Not sure what happened, every time I have installed, ActiveState >updated the path. Whe

Re: running perl scripts on Windows

2002-06-18 Thread Dave K
g perl on windows 2000 ? > > Thanks a lot for your help, really really appreciated !! > > All the best > > Anadi > > > >From: "David Kirol" <[EMAIL PROTECTED]> > >To: "A Taylor" <[EMAIL PROTECTED]> > >Subject: RE: runn

RE: running perl scripts on Windows

2002-06-18 Thread A Taylor
! All the best Anadi >From: "David Kirol" <[EMAIL PROTECTED]> >To: "A Taylor" <[EMAIL PROTECTED]> >Subject: RE: running perl scripts on Windows >Date: Tue, 18 Jun 2002 11:11:27 -0400 > >Anadi, > Great! Choose your favorite editor,

Re: running perl scripts on Windows

2002-06-18 Thread A Taylor
Hi Tim, > >You installed ActivePerl on a windows server right? Did you accept the >defaults? Yes - ActivePerl has been installed on my server and I accepted the defaults. >When you typed perl -v were you at the _server's_ console cmd prompt? yes >What do you get if you type 'path' at a cmd

RE: running perl scripts on Windows

2002-06-18 Thread A Taylor
s will allow command line parameters to be passed to your perl >scripts. > >Open a dos window and try: > >perl -e ' > >print"It worked\n";' > > > >Let me know how you make out > >-David > >-Original Message- > >From: A Tayl

Re: running perl scripts on Windows

2002-06-18 Thread Tim Musson
Hey A, My MUA believes you used (X-Mailer not set) to write the following on Tuesday, June 18, 2002 at 10:41:41 AM. AT> Hi Tim, thanks for your help, >>My MUA believes you used (X-Mailer not set) >>to write the following on Tuesday, June 18, 2002 at 9:55:51 AM. AT> what is MUA ? Mail User

Re: running perl scripts on Windows

2002-06-18 Thread Tim Musson
Hey A, My MUA believes you used (X-Mailer not set) to write the following on Tuesday, June 18, 2002 at 9:55:51 AM. AT> Hi >>what happens when you try to run a script from commmand line? is the perl >>executable in your path? AT> No - the error I get is: AT> example.pl is not recognised as an i

RE: running perl scripts on Windows

2002-06-18 Thread Ron Powell
Taylor [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 18, 2002 9:56 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: running perl scripts on Windows > > > Hi > > >what happens when you try to run a script from commmand line? is the > >perl exec

RE: running perl scripts on Windows

2002-06-18 Thread A Taylor
Hi >what happens when you try to run a script from commmand line? is the perl >executable in your path? No - the error I get is: example.pl is not recognised as an internal or external command, operable program or batch file How to I make D:\Perl\bin part of my path ?

RE: running perl scripts on Windows

2002-06-18 Thread Kipp, James
> 2) The second problem I am up against is: It says in the > setup procedure (at > www.activestate.com) that I should be able to run perl > scripts from my > command prompt ? I dont seem to be able to do this. what happens when you try to run a script from commmand line? is the perl exec

running perl scripts on Windows

2002-06-18 Thread A Taylor
Hi all, I am runing a windows 2000 server and I have just installed perl that I got from ActiveState.com. I have been playing and have come up against a few problems. 1) It seems that writing perl scripts with embedded HTML is more like writing 'Microsoft Active Server Pages' in Perl, using <%

Re: Running Perl Scripts

2002-02-19 Thread William.Ampeh
Do this: 1. Open up a terminal session 2. Type "which perl" or to get the location of the Perl interpreter 3. On the very first line of your Perl program, insert the location of the Perl interpreter as determined in 2. In my case, this what I got: momoni:/home/william/bin/PERL_CGI(4)

Re: Running Perl Scripts

2002-02-16 Thread M4Ck B3nN4Ck
Em Sábado 16 Fevereiro 2002 14:53, Chris escreveu: > I'm using redhat linux 7.2 and have a question about running > perl scripts. How do you make it so you do not have to type > "perl script.pl" every time you want to run a scripts. I just > want to be able to type the

Re: Running Perl Scripts

2002-02-16 Thread Chris Garaffa
Ah shoot... On Saturday, February 16, 2002, at 12:04 PM, Chris Garaffa wrote: > > ../script.pl > Should have been ../script.pl one period (damn typos) My apologies Chris -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Running Perl Scripts

2002-02-16 Thread Chris Garaffa
7.2 and have a question about running perl > scripts. > How do you make it so you do not have to type "perl script.pl" every > time > you want to run a scripts. I just want to be able to type the name of > my > script. Thanks. > > > -- > To unsubscribe, e-m

Running Perl Scripts

2002-02-16 Thread Chris
I'm using redhat linux 7.2 and have a question about running perl scripts. How do you make it so you do not have to type "perl script.pl" every time you want to run a scripts. I just want to be able to type the name of my script. Thanks. -- To unsubscribe, e-mail: [EMAIL

Re: Apache running perl scripts

2002-01-10 Thread Steve Maroney
never had to install perl on a windows box but the localhost problems seems like you need to use a hosts file so localhost resolves. hope this helps Steve On Fri, 11 Jan 2002, rabs wrote: > > Hi All > > Apologies as this is not strictly a perl question, Im trying to install an > apache web

Re: Apache running perl scripts

2002-01-10 Thread A. Rivera
Edit your hosts file (C:\windows\hosts, I think) Add this line 127.0.0.1 localhost - Original Message - From: "rabs" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 10, 2002 4:35 PM Subject: Apache running perl scripts > > Hi A

Apache running perl scripts

2002-01-10 Thread rabs
Hi All Apologies as this is not strictly a perl question, Im trying to install an apache websever onto a WIN95 system. I have managed to successfully install it so far as it runs under the the URL http://127.0.0.1/ but will not run when I type http://localhost. I am running Apache 1.3.20

Re: Running Perl scripts...

2001-07-26 Thread Stephen P. Potter
Lightning flashed, thunder crashed and Daniel Falkenberg whispered: | I want to be able to check for errors on my Linux box before I run them in a | browser. The problem is is tha when I do this all my HTML is dispalyed. I | don't want to see this I want to be able to just check for any errors

RE: Running Perl scripts...

2001-07-25 Thread Bob Showalter
> -Original Message- > From: Daniel Falkenberg [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 25, 2001 1:46 AM > To: [EMAIL PROTECTED] > Subject: Running Perl scripts... > > > List, > > I want to be able to check for errors on my Linux box before &

Re: Running Perl scripts...

2001-07-24 Thread Jeff 'japhy/Marillion' Pinyan
On Jul 25, Jeff 'japhy/Marillion' Pinyan said: >On Jul 25, Daniel Falkenberg said: > >>I want to be able to check for errors on my Linux box before I run them >>in a browser. The problem is is tha when I do this all my HTML is >>dispalyed. I don't want to see this I want to be able to just chec

Re: Running Perl scripts...

2001-07-24 Thread Jeff 'japhy/Marillion' Pinyan
On Jul 25, Daniel Falkenberg said: >I want to be able to check for errors on my Linux box before I run them >in a browser. The problem is is tha when I do this all my HTML is >dispalyed. I don't want to see this I want to be able to just check for >any errors and display the errors only. > >pri

Running Perl scripts...

2001-07-24 Thread Daniel Falkenberg
List, I want to be able to check for errors on my Linux box before I run them in a browser. The problem is is tha when I do this all my HTML is dispalyed. I don't want to see this I want to be able to just check for any errors and display the errors only. Can I run them with out print what is

RE: running Perl scripts in Windows as an .exe file

2001-04-29 Thread King, Jason
or ActiveState's PDK (Perl Developer Kit) includes an EXE generator http://www.activestate.com/ >-Original Message- >From: Paul Cotter [mailto:[EMAIL PROTECTED]] >Sent: Sun 29 Apr 2001 06:48 >To: Paul Jasa >Cc: [EMAIL PROTECTED] >Subject: Re: running Perl script

Re: running Perl scripts in Windows as an .exe file

2001-04-28 Thread Paul Cotter
Lood at perl2exe from http://www.indigostar.com It's dollarware. From: "Paul Jasa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, 28 April, 2001 12:41 PM Subject: running Perl scripts in Windows as an .exe file > Could anyone tell me whether Perl

running Perl scripts in Windows as an .exe file

2001-04-28 Thread Paul Jasa
Could anyone tell me whether Perl needs to be installed on an NT box in order to run a Perl script from windows? Or better yet, is there a way to make a Perl script an executable file in Windows? My goal is to write a small network script but I want to be able to run it from my WinNT box, is t