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
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
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
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
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
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
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
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/
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. :~)
"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
"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
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
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.
>
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.
#!/
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
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
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
> > 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
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
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.
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
>
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
> 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
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
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
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
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
!
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,
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
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
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
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
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
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 ?
> 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
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 <%
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)
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
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]
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
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
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
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
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
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
> -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
&
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
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
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
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
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
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
52 matches
Mail list logo