Re: stupid question about to protect source code of perl web application scripting

2019-07-09 Thread Kent Fredric
On Mon, 8 Jul 2019 at 13:45, Eko Budiharto wrote: > > dear all, > > first of all, thank you for the respond of my inquiry. And then, there > is a few questions I would like to ask: > > 1. if someone takes your works and then he steals the credit by claiming > the work is his work instead of your w

Re: stupid question about to protect source code of perl web application scripting

2019-07-08 Thread Shlomi Fish
On Mon, 8 Jul 2019 15:07:41 +0700 Eko Budiharto wrote: > >> 2. if someone has a problem, he does not want to try to find a way to > >> solve the problem first, and then he asks your help and then problem > >> solved, then he is blaming the person who already helped him and > >> claimed, that is h

Re: stupid question about to protect source code of perl web application scripting

2019-07-08 Thread Eko Budiharto
2. if someone has a problem, he does not want to try to find a way to solve the problem first, and then he asks your help and then problem solved, then he is blaming the person who already helped him and claimed, that is his work. what will you do? What do you mean? dear Shlomi, what I me

Re: stupid question about to protect source code of perl web application scripting

2019-07-08 Thread Shlomi Fish
shonest person. > > I do not mind to share my code to the person, if he does not have that > character. > > So far, I am using the perl code for web application in a hosting > server. But this time, I have to create a web application on a on > premise server. > > I am

Re: stupid question about to protect source code of perl web application scripting

2019-07-07 Thread Eko Budiharto
code to the person, if he does not have that character. So far, I am using the perl code for web application in a hosting server. But this time, I have to create a web application on a on premise server. I am not an expert yet in perl and still learning although I know perl when I got still

Re: stupid question about to protect source code of perl web application scripting

2019-07-07 Thread Shlomi Fish
Hi all, On Sun, 7 Jul 2019 19:54:30 +1200 Kent Fredric wrote: > > On 7/6/19 11:21 PM, Eko Budiharto wrote: > > > it is a web application but it is on premise. The user is not honest. > > > That's why I am trying to find a way to protect the source code like >

Re: stupid question about to protect source code of perl web application scripting

2019-07-07 Thread Kent Fredric
> On 7/6/19 11:21 PM, Eko Budiharto wrote: > > it is a web application but it is on premise. The user is not honest. > > That's why I am trying to find a way to protect the source code like > > in java we can compile into java class and still can be run. That'

Re: stupid question about to protect source code of perl web application scripting

2019-07-06 Thread Uri Guttman
On 7/6/19 11:21 PM, Eko Budiharto wrote: dear Uri, it is a web application but it is on premise. The user is not honest. That's why I am trying to find a way to protect the source code like in java we can compile into java class and still can be run. I read some articles in the int

Re: stupid question about to protect source code of perl web application scripting

2019-07-06 Thread Eko Budiharto
dear Uri, it is a web application but it is on premise. The user is not honest. That's why I am trying to find a way to protect the source code like in java we can compile into java class and still can be run. I read some articles in the internet. Some method are using PAR, perlc, F

Re: stupid question about to protect source code of perl web application scripting

2019-07-06 Thread Uri Guttman
On 7/6/19 11:10 PM, Eko Budiharto wrote: dear Uri, it is a web application but it is on premise. The user is not honest. That's why I am trying to find a way to protect the source code like in java we can compile into java class and still can be run. please write to the list and not on

Re: stupid question about to protect source code of perl web application scripting

2019-07-06 Thread Uri Guttman
On 7/6/19 11:01 PM, Eko Budiharto wrote: dear all, I have a question. I have written a web application with perl, unfortunately everything written in perl, everyone can see all source codes I wrote. My question is is there anyway to protect those source codes? Compile or encrypt it? if

stupid question about to protect source code of perl web application scripting

2019-07-06 Thread Eko Budiharto
dear all, I have a question. I have written a web application with perl, unfortunately everything written in perl, everyone can see all source codes I wrote. My question is is there anyway to protect those source codes? Compile or encrypt it? I am looking forward to a favorable reply from

Re: application starter kit

2017-01-23 Thread Shlomi Fish
On Mon, 23 Jan 2017 10:44:18 +0100 Luca Ferrari wrote: > On Mon, Jan 23, 2017 at 10:39 AM, Chas. Owens wrote: > > I think you are saying you want to be able to create one file you can give > > to someone else and have them run a Perl 5 program you have written without > > having to install all o

Re: application starter kit

2017-01-23 Thread Chas. Owens
I am still not quite understanding what you want. Are you saying you want to create a CPAN module that installs a script (and possible some modules as well)? If so, then take a look at any of the existing modules that do that like App::cpanminus. I believe App is the namespace for that sort of modu

Re: application starter kit

2017-01-23 Thread Luca Ferrari
On Mon, Jan 23, 2017 at 10:39 AM, Chas. Owens wrote: > I think you are saying you want to be able to create one file you can give > to someone else and have them run a Perl 5 program you have written without > having to install all of the modules (and possibly even perl itself). If > this is the

Re: application starter kit

2017-01-23 Thread Chas. Owens
ake them modular, in the sense make them as > individual distributions. > I would like to have some module-starter like application to > build/import the structure for having a distro with executables > (pretty much no modules at all). > Any suggestion? > > Thanks, > Luc

application starter kit

2017-01-23 Thread Luca Ferrari
odule-starter like application to build/import the structure for having a distro with executables (pretty much no modules at all). Any suggestion? Thanks, Luca -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: puppet-like Perl application

2014-11-20 Thread shawn wilson
I'll second Rex - it isn't as high level as Chef/Puppet and you're not going to find the "recipes" (or w/e puppet calls them). But, Rex has every type of communication and transfer you'd want and IDK it'd be very hard to write a Rex::Chef.. (I also haven't looked at it in >2 years since we won't k

Re: puppet-like Perl application

2014-11-20 Thread Nick Pongratz
(R)?ex (mentioned on your linked Wikipedia page) might be what you're looking for: http://www.rexify.org/ Gabor Szabo at Perl Maven recently wrote up an article on using Rex: http://perlmaven.com/levels-of-security-using-rex -- Nick Pongratz Software Engineer | CDW 5520 Research Park Dr |

puppet-like Perl application

2014-11-20 Thread Luca Ferrari
Hi all, this is not strictly related to Perl programming, but I would like to learn a Perl-based configuration management, but according to this page http://en.wikipedia.org/wiki/Comparison_of_open-source_configuration_management_software there are not so many out there. Any suggestion? Thanks, L

Re: CGI::Application::Plugin::TT

2014-11-13 Thread Andy Bach
On Wed, Nov 12, 2014 at 9:17 AM, Patton, Billy N wrote: > perl -MTemplate -e 1 It doesn't do anything except check that the module "Template" is available via the standard include path (see (capital V): perl -V for the @INC array of paths) "-e 1" is just a script of one char, the digit one, wh

Re: CGI::Application::Plugin::TT

2014-11-13 Thread Patton, Billy N
Doing the perlbrew thing now. perl -MTemplate -e 1 returned nothing But I did a sudo cpan Template and it told me it was up to date. Hopefully this perlbrew will help things out. thanks for the info. On Nov 12, 2014, at 8:50 AM, John SJ Anderson mailto:geneh...@genehack.org>> wrote: perl -MTempla

Re: CGI::Application::Plugin::TT

2014-11-12 Thread John SJ Anderson
On Wed, Nov 12, 2014 at 4:54 AM, Patton, Billy N wrote: > I’ve , mistakenly, updated to Mac OS 10.10 Yosemite. > That completely caused my app to fail in Apache 2.4. > Looks like it might be a version problem for TT.pm TT.pm is really 'Template.pm'. Are you sure the Perl you're using has it insta

Re: CGI::Application::Plugin::TT

2014-11-12 Thread SSC_perl
On Nov 12, 2014, at 4:54 AM, Patton, Billy N wrote: > I’ve , mistakenly, updated to Mac OS 10.10 Yosemite. > That completely caused my app to fail in Apache 2.4. And that's one of the many reasons I'm not updating my MacBook. ;) You really have too try Perlbrew

CGI::Application::Plugin::TT

2014-11-12 Thread Patton, Billy N
error I’m getting is : Can't locate object method "new" via package "Template" at /Library/Perl/5.18/CGI/Application/Plugin/TT.pm line 60. TT.pm snippett : use Template 2.0; ... # Get a Template Toolkit object. The same object # will be returned everytime this meth

Re: Interactive perl based application who works as per schedule

2014-10-09 Thread Benjamin Fernandis
Thanks, I will follow those. Regards On Fri, Oct 10, 2014 at 3:26 AM, Christopher Brenk < christopherbr...@googlemail.com> wrote: > Hi! > > I just read a article on perltricks.com about every. It's an application > written in Perl,which provides a interface to cron. >

Re: Interactive perl based application who works as per schedule

2014-10-09 Thread Christopher Brenk
Hi! I just read a article on perltricks.com about every. It's an application written in Perl,which provides a interface to cron. http://perltricks.com/article/55/2013/12/22/Schedule-jobs-like-a-boss-with-every Maybe you want to use it in your (web-)application. Mit freundlichen G

Re: Interactive perl based application who works as per schedule

2014-10-09 Thread John SJ Anderson
ab files, with a better UI. So make a Perl web application. Require authentication -- tie it into your AD or LDAP or whatever -- and provide a UI that writes out a crontab file based on the users input. Then have a cronjob that runs every minute that looks at those crontab files, detects when one

Interactive perl based application who works as per schedule

2014-10-09 Thread Benjamin Fernandis
Hi, I develop some scripts which we use with OS crontab to schedule to run certain scripts. Scripts are for backup , VM on/off etc... I want to integrate crontab function within perl script to do this. Like a perl based daemon, which accepts date/time and action from users and run according to

Re: Take input from user thru another application

2013-09-29 Thread John SJ Anderson
On Sun, Sep 29, 2013 at 3:47 PM, Harry Putnam wrote: > I use emacs/gnus as my newsreader. > > In gnus you can select msgs and then run shell cmds on that selected > content. > > I want to know how to take user input during that action. I think the best way to approach this is to collect the user

Take input from user thru another application

2013-09-29 Thread Harry Putnam
I use emacs/gnus as my newsreader. In gnus you can select msgs and then run shell cmds on that selected content. I want to know how to take user input during that action. That is, I run a perl script against the selected content. When that script first starts to process the piped content I want

Re: Perl Application Deployment

2013-04-28 Thread Gerhard Jungwirth
Two standard ways are Build.PL: http://perldoc.perl.org/Module/Build/Cookbook.html Makefile.PL: https://metacpan.org/module/ExtUtils::MakeMaker On 04/27/2013 08:36 AM, Mike Dunaway wrote: > Hello everyone. > > Can anyone point me in the right direction to read about proper >

Re: Perl Application Deployment

2013-04-27 Thread David Christensen
On 04/26/13 23:36, Mike Dunaway wrote: Can anyone point me in the right direction to read about proper application deployment? I want a user to be able to download the application and build it on the command line using a makefile I suppose and I want dependencies to be installed automatically as

Perl Application Deployment

2013-04-26 Thread Mike Dunaway
Hello everyone. Can anyone point me in the right direction to read about proper application deployment? I want a user to be able to download the application and build it on the command line using a makefile I suppose and I want dependencies to be installed automatically as well. Does this

Re: repost : installing CPAN modules as part of application stack

2011-02-04 Thread Michiel Beijen
looks like and what the target platform(s) are, and what audience is installing your application. Basically, I'd say if you require CPAN modules and you want to deploy using say an RPM, use RPM dependencies to the RPMs from the repository where possible. Package and provide RPMs for modules th

repost : installing CPAN modules as part of application stack

2011-02-03 Thread Mark Meyer
Hello all, I need to include CPAN modules as part of our custom "application stack" installation. I was thinking that I would just include the tar gz files as part of the application stack, then have my install scripts un-archive the modules, then call make. is this too si

Re: need to include and install CPAN modules as part of application stack

2011-02-01 Thread Octavian Rasnita
From: "Shawn H Corey" why is programming easy? Because computers so exactly what you tell them to and no more. Unless you use Windows... :-) Octavian -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: need to include and install CPAN modules as part of application stack

2011-02-01 Thread Rob Dixon
On 01/02/2011 23:00, Uri Guttman wrote: if you think that was unfriendly, you need to see more stuff on the net. It is not a defense to imply that anything you say is fine, as long as somebody else does something worse. - Rob -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For ad

Re: need to include and install CPAN modules as part of application stack

2011-02-01 Thread Uri Guttman
> "RK" == Robin Kenyon writes: RK> I would say, as a beginner: RK> Programming is easy because it's all about telling the computer what you RK> want it to do (though you might think you've told it what you want it to RK> do, it may do something else based on what you've actually told

Re: need to include and install CPAN modules as part of application stack

2011-02-01 Thread Robin Kenyon
On Tue, 01 Feb 2011 18:36 -0500, "Uri Guttman" wrote: > > "RK" == Robin Kenyon writes: > > RK> As a teacher, I'd disagree...My experience leads me to believe > bluntly > RK> shooting down beginners discourages them. I wouldn't be surprised > if > RK> the poster has left the list a

Re: need to include and install CPAN modules as part of application stack

2011-02-01 Thread Shawn H Corey
On 11-02-01 06:36 PM, Uri Guttman wrote: why is programming easy? Because computers so exactly what you tell them to and no more. and why is programming hard? Because computers so exactly what you tell them to and no more. -- Just my 0.0002 million dollars worth, Shawn Confusion is

Re: need to include and install CPAN modules as part of application stack

2011-02-01 Thread Uri Guttman
> "RK" == Robin Kenyon writes: RK> As a teacher, I'd disagree...My experience leads me to believe bluntly RK> shooting down beginners discourages them. I wouldn't be surprised if RK> the poster has left the list and perhaps even gone as far as leaving RK> perl well alone, depending o

Re: need to include and install CPAN modules as part of application stack

2011-02-01 Thread Robin Kenyon
On Tue, 01 Feb 2011 18:00 -0500, "Uri Guttman" wrote: > > "RK" == Robin Kenyon writes: > > RK> With all due respect Uri, you're not being particularly friendly. > RK> This is a list for beginners, people are going to say things you > RK> think are stupid from time to time, but you sho

Re: need to include and install CPAN modules as part of application stack

2011-02-01 Thread Uri Guttman
> "RK" == Robin Kenyon writes: RK> With all due respect Uri, you're not being particularly friendly. RK> This is a list for beginners, people are going to say things you RK> think are stupid from time to time, but you should either stay RK> your hand or be more constructive. Looking

Re: need to include and install CPAN modules as part of application stack

2011-02-01 Thread Robin Kenyon
n.perl.org/faq/beginners.html#2.6 is there anything i should keep in mind while answering Robin On 28 Jan 2011, at 05:45, Uri Guttman wrote: "BL" == Ben Lavery writes: BL> Personally, I'd like to see a way of executing a perl BL> script/application in such a way that

Re: need to include and install CPAN modules as part of application stack

2011-01-27 Thread Uri Guttman
>>>>> "BL" == Ben Lavery writes: BL> Personally, I'd like to see a way of executing a perl BL> script/application in such a way that Perl runs off and grabs any BL> required modules from CPAN (if the user has permission, of BL> course). that ma

Re: need to include and install CPAN modules as part of application stack

2011-01-27 Thread Ben Lavery
Personally, I'd like to see a way of executing a perl script/application in such a way that Perl runs off and grabs any required modules from CPAN (if the user has permission, of course). Ben On 27 Jan 2011, at 21:05, Mark Meyer wrote: > Hello all, > > > > > &

need to include and install CPAN modules as part of application stack

2011-01-27 Thread Mark Meyer
Hello all, I need to include CPAN modules as part of our custom "application stack". Currently we have a custom "application stack" that we distribute to our customers via CD. The application stack is primarily JBoss in nature. This custom "application st

Re: Debugging a PERL Web Application

2010-12-19 Thread Brian Fraser
Never used EPIC, so this might not exactly be what you want, but in my admittedly limited experience, Padre[0]'s debugger has done just fine, and it requires no extra configurations. There's also the built in debugger[1]. If you can narrow down the problem to some specific part of the code, asking

Debugging a PERL Web Application

2010-12-19 Thread Jan Rüssel
Hi, I have started working with Perl since 3 days. I would like to debug an existing perl-web application and have already found a few links on how to use eclipse and EPIC. Here I am stuck though and I hope someone here has already found the answer to my question. In this link: http://www.epic

Re: build a download and upgrade facility in perl for our application stack

2010-11-17 Thread David Christensen
Mark Meyer wrote: > Goal: need to develop and upgrade "Framework" (for our LAMP based > application stack). Our existing upgrade facility is written in perl. > Our current approach is VERY simple. I distribute our upgrades (as one > large tar file) on a CD - to the custome

build a download and upgrade facility in perl for our application stack

2010-11-17 Thread Mark Meyer
Hello all, This is my first post to this list. I am not new to perl, but am getting in to a new area of development (with perl) and would value any and all input. Goal: need to develop and upgrade "Framework" (for our LAMP based application stack). Our existing upgrade f

Re: collectd application

2010-06-17 Thread Shlomi Fish
On Thursday 17 Jun 2010 21:55:17 Kaushal Shriyan wrote: > Hi, > > For example I do wget -O file.png > "http://collectd.example.com/collectd/cgi-bin/collection.cgi?action=show_pl > ugin;host=testdb;timespan=day;plugin=mysql" for a single host "testdb" and > plugin "mysql" > > I do /usr/bin/mime-co

collectd application

2010-06-17 Thread Kaushal Shriyan
Hi, For example I do wget -O file.png "http://collectd.example.com/collectd/cgi-bin/collection.cgi?action=show_plugin;host=testdb;timespan=day;plugin=mysql"; for a single host "testdb" and plugin "mysql" I do /usr/bin/mime-construct --header 'Sender: mor_...@test.com' --header 'From: mor_...@tes

Re: Rendering data structures using CGI::Application

2009-06-29 Thread Steve Bertrand
Gurunandan R. Bhat wrote: > Sure. I think you would like to have the error messages next to the sub > that threw them, but here is what you want: (NOT TESTED!!) ..woot!!! Thank you ever so much. Although I inserted the data statically into my _render_error() method, the result is positive! Othe

Re: Rendering data structures using CGI::Application

2009-06-29 Thread Gurunandan R. Bhat
Sure. I think you would like to have the error messages next to the sub that threw them, but here is what you want: (NOT TESTED!!) In your module: my $messages = [ {text => 'quantity is undefined, zero or illegal'}, {text => 'amount is undefined or illegal'}, {text => 'pay

Re: Rendering data structures using CGI::Application

2009-06-29 Thread Steve Bertrand
Gurunandan R. Bhat wrote: > How do you want the output to look? If you write in a sample output, I > could help with the template to generate that output I would be extremely delighted to even get the following rendered for now, given the Data::Dumper output below. If I had a decent example, then

Re: Rendering data structures using CGI::Application

2009-06-29 Thread Gurunandan R. Bhat
ure into my browser. I'm using CGI::Application, and > CGI::Application::Plugin::PageBuilder. > > No matter what I do or try, I can not loop the structure into a template > variable. I'm literally at wits end, and am considering just figuring > out a way to 'print'

Rendering data structures using CGI::Application

2009-06-29 Thread Steve Bertrand
I've been stuck for the last three hours trying to render the following data structure into my browser. I'm using CGI::Application, and CGI::Application::Plugin::PageBuilder. No matter what I do or try, I can not loop the structure into a template variable. I'm literally at w

Re: reCaptcha with CGI::Application and HTML::Template help?!?

2009-06-24 Thread Scott
Scott wrote: my $c = Captcha::reCAPTCHA->new; $template->param(CAPTCHA => $c->get_html( 'mypubkeyitookout' )); my $result = $c->check_answer( 'myprivkeyitookout', $ENV{'REMOTE_ADDR'}, my $challenge = $query->param("recaptcha_challenge_field"), my $response

Re: reCaptcha with CGI::Application and HTML::Template help?!?

2009-06-24 Thread Scott
my $c = Captcha::reCAPTCHA->new; $template->param(CAPTCHA => $c->get_html( 'mypubkeyitookout' )); my $result = $c->check_answer( 'myprivkeyitookout', $ENV{'REMOTE_ADDR'}, my $challenge = $query->param("recaptcha_challenge_field"), my $res

reCaptcha with CGI::Application and HTML::Template help?!?

2009-06-24 Thread Scott
Cgi::Application and html::template. My Error: [Wed Jun 24 11:53:03 2009] [error] [client 192.168.1.5] Use of uninitialized value in concatenation (.) or string at MinimalApp.pm line 22., referer: http://192.168.1.9/cgi-bin/index.pl [Wed Jun 24 11:53:03 2009] [error] [client 192.168.1.5] Use of

application level cluster implementation

2009-05-19 Thread Anirban Adhikary
Hi List Program Scenario: Trying to implement a small( may be fake) level application level cluster implementation. Directory Structure: $home/cluster/box1 $home/cluster/box1 $home/cluster/shared_location >From the box1 and box2: There are presently two sets program in box1 and box

RE: How to create a timezone converter application in Perl !

2008-09-26 Thread Thomas Bätzler
Amit Saxena <[EMAIL PROTECTED]> asked: > Recently I came across a scenario where I need to convert the > time from one timezone to another. > > Though that time, I used few websites for the same but I want > to know how to do the same in Perl. See http://search.cpan.org/~drolsky/DateTime-0.4304

Re: How to create a timezone converter application in Perl !

2008-09-26 Thread Amit Saxena
On Fri, Sep 26, 2008 at 7:39 PM, Rob Dixon <[EMAIL PROTECTED]> wrote: > Amit Saxena wrote: > > > > Recently I came across a scenario where I need to convert the time from > one > > timezone to another. > > > > Though that time, I used few websites for the same but I want to know how > to > > do th

Re: How to create a timezone converter application in Perl !

2008-09-26 Thread Rob Dixon
Amit Saxena wrote: > > Recently I came across a scenario where I need to convert the time from one > timezone to another. > > Though that time, I used few websites for the same but I want to know how to > do the same in Perl. > > The text below will give the kind of input & output my program req

How to create a timezone converter application in Perl !

2008-09-26 Thread Amit Saxena
Hi all, Recently I came across a scenario where I need to convert the time from one timezone to another. Though that time, I used few websites for the same but I want to know how to do the same in Perl. The text below will give the kind of input & output my program requires. Basically I want th

RE: mysql conect doesn't work for web application

2008-09-18 Thread Bob McConnell
Mysql->connect($self->{db_host}, > $self->{db_name},$self->{db_user},$self->{db_pw}); > > I checked this line successfully ran on linux machine. > > Please help! > When running as a web application, the script runs in the context of that server and the user that server r

mysql conect doesn't work for web application

2008-09-18 Thread Qinying Xu
I am coding an web appliction, which should connect to Mysql DB. I tried the connection source cold on Linux, it works well. But when I run it through the web, the scripts just stopped. I found it died after runing the line: my $conn = Mysql->connect($self->{db_host},$self->{db_name},$self->{db

Re: Perl Script for Network bandwidth consumption by a particular Application

2008-01-02 Thread Tom Phoenix
On Jan 2, 2008 12:08 AM, Anirban Adhikary <[EMAIL PROTECTED]> wrote: > but if i want to check network bandwidth consumption by a particular > application i.e. oracle or java by using this script or some other script > written in perl then how to do this? Your Operating System

Perl Script for Network bandwidth consumption by a particular Application

2008-01-02 Thread Anirban Adhikary
= (split/:/,$in)[1]; } close DEV; return $in+$out; } but if i want to check network bandwidth consumption by a particular application i.e. oracle or java by using this script or some other script written in perl then how to do this? Thanks & Regards in Advance Anirban Adhikary.

Perl Script for Network bandwidth consumption by a particular Application

2008-01-02 Thread Anirban Adhikary
= (split/:/,$in)[1]; } close DEV; return $in+$out; } but if i want to check network bandwidth consumption by a particular application i.e. oracle or java by using this script or some other script written in perl then how to do this? Thanks & Regards in Advance Anirban Adhikary.

Re: Env variables readable by an application

2007-12-28 Thread Travis Thornhill
"Chas. Owens" <[EMAIL PROTECTED]> wrote: No, environmental variables are a per-process thing. Child processes inherit the state of their parent's environment, but that is it. If you need inter-process communication you have to use IPC*, a file, a database, or some other external resource. Take

Re: Env variables readable by an application

2007-12-27 Thread Chas. Owens
On Dec 28, 2007 2:24 AM, Travis Thornhill <[EMAIL PROTECTED]> wrote: snip > Is there a way to do this? In other words, is there a way to > set env variables that ANY user and ANY application can see? snip No, environmental variables are a per-process thing. Child processes inher

Env variables readable by an application

2007-12-27 Thread Travis Thornhill
I have an application that executes a user-defined script. The application sets certain environment variables that the script uses to determine which phase it is in. I want to be able to set other env variables to set other conditions usable by the script. Is there a way to do this

Re: Application

2007-12-24 Thread [EMAIL PROTECTED]
On Dec 24, 6:58 am, [EMAIL PROTECTED] (Alma) wrote: > Hi All, > > I have got an application which is not a GUI developed in C. I need to > enter the data from notepad and enter in the place which prompt me for > the correct data. I am storing in the order in which its prompting

Re: Application

2007-12-24 Thread yitzle
On 12/24/07, Alma <[EMAIL PROTECTED]> wrote: > Hi All, > > I have got an application which is not a GUI developed in C. I need to > enter the data from notepad and enter in the place which prompt me for > the correct data. I am storing in the order in which its prompting. >

Application

2007-12-24 Thread Alma
Hi All, I have got an application which is not a GUI developed in C. I need to enter the data from notepad and enter in the place which prompt me for the correct data. I am storing in the order in which its prompting. can any one provide me the guidence of how to go about. can it be acheived

Re: External application

2007-12-03 Thread Eric Krause
Thanks Jeff! That got me looking in the right place. Cheers, Eric Jeff Pang wrote: On 12/3/07, Eric Krause <[EMAIL PROTECTED]> wrote: Hello all, Quick question. I would like to launch an external app and pass data to it. Can someone please tell me a good place to start looking for informati

Re: External application

2007-12-02 Thread Jeff Pang
On 12/3/07, Eric Krause <[EMAIL PROTECTED]> wrote: > Hello all, > Quick question. I would like to launch an external app and pass data to > it. Can someone please tell me a good place to start looking for > information on this? > Hello, That is based on what applications you have. But basicly you

External application

2007-12-02 Thread Eric Krause
Hello all, Quick question. I would like to launch an external app and pass data to it. Can someone please tell me a good place to start looking for information on this? Thanks, Eric -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.pe

RE: Having trouble porting an application to MS-Windows - corrected

2007-06-18 Thread Bob McConnell
> -Original Message- > From: Chas Owens [mailto:[EMAIL PROTECTED] > Sent: Friday, June 15, 2007 7:43 PM > To: Bob McConnell > Cc: beginners@perl.org > Subject: Re: Having trouble porting an application to MS-Windows > > On 6/15/07, Bob McConnell &

RE: Having trouble porting an application to MS-Windows

2007-06-18 Thread Bob McConnell
> -Original Message- > From: Chas Owens [mailto:[EMAIL PROTECTED] > Sent: Friday, June 15, 2007 7:43 PM > To: Bob McConnell > Cc: beginners@perl.org > Subject: Re: Having trouble porting an application to MS-Windows > > On 6/15/07, Bob McConnell &

Re: Having trouble porting an application to MS-Windows

2007-06-15 Thread Chas Owens
On 6/15/07, Bob McConnell <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Chas Owens [mailto:[EMAIL PROTECTED] > Sent: Friday, June 15, 2007 11:33 AM > To: Bob McConnell > Cc: beginners@perl.org > Subject: Re: Having trouble porting an application to M

RE: Having trouble porting an application to MS-Windows

2007-06-15 Thread Bob McConnell
> -Original Message- > From: Chas Owens [mailto:[EMAIL PROTECTED] > Sent: Friday, June 15, 2007 11:33 AM > To: Bob McConnell > Cc: beginners@perl.org > Subject: Re: Having trouble porting an application to MS-Windows > > On 6/15/07, Bob McConnell <[EMAIL PROTE

Re: Having trouble porting an application to MS-Windows

2007-06-15 Thread Chas Owens
On 6/15/07, Bob McConnell <[EMAIL PROTECTED]> wrote: snip Or have I found a bug in the ActiveState implementation? snip Are you currently paying for ActiveState support? If so, I would suggest filing a ticket with them. In the mean time, try modifying my code to do a sysread from a socket. -

RE: Having trouble porting an application to MS-Windows

2007-06-15 Thread Bob McConnell
> -Original Message- > From: Chas Owens [mailto:[EMAIL PROTECTED] > Sent: Friday, June 15, 2007 10:55 AM > To: Bob McConnell > Cc: beginners@perl.org > Subject: Re: Having trouble porting an application to MS-Windows > > On 6/15/07, Bob McConnell <[EMAI

Re: Having trouble porting an application to MS-Windows

2007-06-15 Thread Chas Owens
On 6/15/07, Bob McConnell <[EMAIL PROTECTED]> wrote: snip eval { local $SIG{ALRM} = sub { die "alarm\n" }; # NB: \n required alarm $timeout; $nread = sysread PORT, $line, 1; alarm 0;

RE: Having trouble porting an application to MS-Windows

2007-06-15 Thread Bob McConnell
> -Original Message- > From: Chas Owens [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 14, 2007 12:10 PM > To: Bob McConnell > Cc: beginners@perl.org > Subject: Re: Having trouble porting an application to MS-Windows > > On 6/14/07, Chas Owens <[EMAIL PROTEC

Re: Having trouble porting an application to MS-Windows

2007-06-14 Thread Chas Owens
On 6/14/07, Chas Owens <[EMAIL PROTECTED]> wrote: On 6/14/07, Bob McConnell <[EMAIL PROTECTED]> wrote: snip > Can I also send it a signal to > wake it up from another process? In theory you should be able to use kill to send the ALRM signal to another process. I have not tried it. snip Look

Re: Having trouble porting an application to MS-Windows

2007-06-14 Thread Chas Owens
On 6/14/07, Bob McConnell <[EMAIL PROTECTED]> wrote: snip Assuming I can update to ActivePerl 5.8.8.820, if I set an alarm in one forked process (thread?) before calling sysread() or sleep() on Win32, will the same process receive the wakeup? Looks like yes: #!/usr/bin/perl use strict; use war

RE: Having trouble porting an application to MS-Windows

2007-06-14 Thread Bob McConnell
> -Original Message- > From: Chas Owens [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 14, 2007 12:10 PM > To: Bob McConnell > Cc: beginners@perl.org > Subject: Re: Having trouble porting an application to MS-Windows > > On 6/14/07, Chas Owens <[EMAIL PROTEC

Re: Having trouble porting an application to MS-Windows

2007-06-14 Thread Chas Owens
On 6/14/07, Chas Owens <[EMAIL PROTECTED]> wrote: On 6/14/07, Bob McConnell <[EMAIL PROTECTED]> wrote: > In "perlport - Writing portable Perl" in the Alphabetic list of Perl > Functions: > > alarm SECONDS > alarm > Not implemented. (Win32) > > I couldn't find anything in the ActiveState relea

Re: Having trouble porting an application to MS-Windows

2007-06-14 Thread Chas Owens
On 6/14/07, Bob McConnell <[EMAIL PROTECTED]> wrote: In "perlport - Writing portable Perl" in the Alphabetic list of Perl Functions: alarm SECONDS alarm Not implemented. (Win32) I couldn't find anything in the ActiveState release notes that contradicted that. snip > the latest version of

RE: Having trouble porting an application to MS-Windows

2007-06-14 Thread Bob McConnell
Owens [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 14, 2007 11:15 AM > To: Bob McConnell > Cc: beginners@perl.org > Subject: Re: Having trouble porting an application to MS-Windows > > On 6/14/07, Bob McConnell <[EMAIL PROTECTED]> wrote > snip > > On the Win32

Re: Having trouble porting an application to MS-Windows

2007-06-14 Thread Chas Owens
On 6/14/07, Bob McConnell <[EMAIL PROTECTED]> wrote snip On the Win32 platform, this form of select is only implemented for sockets, and alarm() is not implemented at all. snip What makes you think the alarm function is not implemented? Running the following code with the latest version of Act

Having trouble porting an application to MS-Windows

2007-06-14 Thread Bob McConnell
Good morning, The code listed below is part of a link level serial protocol that doesn't port to Win32. A framed message with a checksum is sent and then a single character response (ACK or NAK) is expected in return. On the Win32 platform, this form of select is only implemented for sockets, and

Re: first Perl application

2006-09-11 Thread Gary Stainburn
On Monday 11 September 2006 15:34, Peter Grey wrote: > I will receive an XML file onto a server I am setting up. I need to > examine the file and detect text in a payload section. Based on what > I find I examine a lookup table and send a SMS message via a GSM > modem attached to the server via a

first Perl application

2006-09-11 Thread Peter Grey
I will receive an XML file onto a server I am setting up. I need to examine the file and detect text in a payload section. Based on what I find I examine a lookup table and send a SMS message via a GSM modem attached to the server via a USB port. Any clues where I can find Perl script to help?

RE: desktop application

2006-06-13 Thread Timothy Johnson
to want to get familiar with Win32::OLE and join the ActiveState Win32 Perl Users and Perl Dev lists. -Original Message- From: Dave Pollak [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 13, 2006 7:02 PM To: [EMAIL PROTECTED] Org Subject: desktop application I'm a Perl newbie with som

  1   2   3   >