RE: pp doesn't work with Net::OSCAR

2005-03-08 Thread the.noonings
Hi, here is a short test case. Test.pl --cut--- use Net::OSCAR qw(:standard :loglevels); print foo\n; --cut- It fails with this reason: Couldn't find Net/OSCAR/XML/Protocol.xml in search path: CODE(0xab6844) CODE(0xc6f970) . at C:/Perl/site/lib/Net/OSCAR.pm line 142 Checking the

RE: pp doesn't work with Net::OSCAR

2005-03-08 Thread the.noonings
Hi, here is a short test case. Test.pl --cut--- use Net::OSCAR qw(:standard :loglevels); print foo\n; --cut- It fails with this reason: Couldn't find Net/OSCAR/XML/Protocol.xml in search path: CODE(0xab6844) CODE(0xc6f970) . at C:/Perl/site/lib/Net/OSCAR.pm line 142 Checking the

RE: pp doesn't work with Net::OSCAR

2005-03-08 Thread the.noonings
Hi, here is a short test case. Test.pl --cut--- use Net::OSCAR qw(:standard :loglevels); print foo\n; --cut- It fails with this reason: Couldn't find Net/OSCAR/XML/Protocol.xml in search path: CODE(0xab6844) CODE(0xc6f970) . at C:/Perl/site/lib/Net/OSCAR.pm line 142 Checking the

svn repository

2005-02-28 Thread the.noonings
My zip posting of the modified PAR.pm was silently blocked from [EMAIL PROTECTED] The modified PAR.pm and par.pl are available in the svn repository. Alan Stewart The answer is obvious, I know. I also know (I just KNOW) I am going to look slow on this public forum, and regret asking this ...

Problems with pp (Perl Packager) induced with exit statement

2005-02-25 Thread the.noonings
I am getting the same problem that is being reported at URL http://perlmonks.thepen.com/433411.html with subject title Problems with pp (Perl Packager) I let them know I was here going to post a sample script that duplicates the problem. I am getting the same message BEGIN

Re: Works as root but not as user

2005-02-24 Thread the.noonings
Alan Stewart wrote: On 23 Feb 2005 at 8:42, the.noonings wrote: - Original Message - From: the.noonings the.noonings[at]verizon.net To: par[at]perl.org Sent: 21 February 2005 20:27 Subject: Works as root but not as user Hello, I have a problem running pp on Mandrake Linux

Re: Works as root but not as user

2005-02-23 Thread the.noonings
- Original Message - From: the.noonings the.noonings[at]verizon.net To: par[at]perl.org Sent: 21 February 2005 20:27 Subject: Works as root but not as user Hello, I have a problem running pp on Mandrake Linux as a regular user. Root runs just fine. In fact as root I can chdir

Re: CDROM with pp created executable will not eject

2005-02-16 Thread the.noonings
-Original Message- From: the.noonings [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 4:27 PM To: par@perl.org Subject: CDROM with pp created executable will not eject Hello, I have been trying to track down a problem whose core symptom seems to be that, if the cdrom has an executable

CDROM with pp created executable will not eject

2005-02-15 Thread the.noonings
Hello, I have been trying to track down a problem whose core symptom seems to be that, if the cdrom has an executable on it that was created with pp, it will not be ejectable. This is occurring with Windows XP Pro. To isolate the problem, I also tried 1. Making a cdrom with only windows

Re: problem when different users run the same pp-packed executable

2005-02-10 Thread the.noonings
Alan Stewart wrote: On 9 Feb 2005 at 10:05, David Cho-Lerat wrote: Thank a lot for your help. It all makes more sense now. I'm still a bit confused, though : I just packed a simple hello World program with pp, making sure first that the username I used (the so-called 'nanpla00' ..) did appear

Re: problem when different users run the same pp-packed executable

2005-02-08 Thread the.noonings
how this works.. it tells you where the temp dir is while running the app, but you can't change it before packing it, can you ? And when /tmp/par-login and /tmp/par-SYSTEM are involved, which one does PAR_TEMP refer to ? (par-login, I suppose ?). thanks again, David. the.noonings a écrit : David

Re: -d switch erroring out on Windows XP

2005-02-07 Thread the.noonings
Robert wrote: Here is the script: use strict; use warnings; use Mail::Sender; # run the program my @run1 = ( M:\\Program Files\\Mincom\\MIMS Open Enterprise\\5.2.3.2\\bin\\msqupd.exe , ellprd ); my @run2 = ( M:\\Program Files\\Mincom\\MIMS Open Enterprise\\5.2.3.2\\bin\\msqupd.exe , elltst );

Is anyone else getting these bounced emails?

2005-02-07 Thread the.noonings
SMTP AUTH at out002.verizon.net from [151.201.15.200] at Mon, 7 Feb 2005 09:35:34 -0600 Approved: [EMAIL PROTECTED] From: [EMAIL PROTECTED] (The.Noonings) X-Posted-By: 193.108.162.34 X-Old-Spam-Check-By: la.mx.develooper.com X-Old-Spam-Status: No, hits=-1.0 required=8.0 tests=BAYES_00

Re: Is anyone else getting these bounced emails?

2005-02-07 Thread the.noonings
the.noonings wrote: Hello, It seems that when I reply to someone's par@perl.org email, everything gets sent as normal. However, I also keep getting these returned cannot deliver emails do a certain develooper.com as though I sent them email, too. I don't. -paste

Re: Unrecognized character

2005-02-04 Thread the.noonings
Augusto Flavio wrote: Hi! I'm have a big problem. I make a module(pm) and now i want compile this module. I tried use the perlcc but i receive the msg that the module can't be compiled because have shared libs. However i found a module, PAR(Perl Archive Toolkit) which can compile my module. Then,

Re: Unrecognized character

2005-02-04 Thread the.noonings
Augusto Flavio wrote: Good morning, Are you saying to me that i can't compile a module (extension .pm)? I'm look a method to compile my module(.pm). Can i do this with the pp? Have some way to obfuscate the code of a module? Thanks for all Augusto Flavio

Requset for PAR-0.86-MSWin32-x86-multi-thread-5.8.6.par

2005-01-21 Thread the.noonings
Hello, I have Active State perl 5.8.6, and PAR version 0.86 running on a number of Windows variants. Has anyone create a PAR-0.86-MSWin32-x86-multi-thread-5.8.6.par that can be downloaded, or emailed to me? For each machine I have, I need it to put inside the extracted PAR-0.86\

Re: PAR PP Executable/drag and drop

2005-01-03 Thread the.noonings
Joshua and Candace Garrett wrote: --- the.noonings [EMAIL PROTECTED] wrote: Joshua Garrett wrote: Hi, I've created a PAR PP executable for OS X and Windows, and notice a substantial difference. On Windows, the executable supports drag and drop, with any dropped

Re: PAR PP Executable/drag and drop

2004-12-31 Thread the.noonings
Joshua Garrett wrote: Hi, I've created a PAR PP executable for OS X and Windows, and notice a substantial difference. On Windows, the executable supports drag and drop, with any dropped files/directories passed to ARGV. On the Mac, the executable does not support drag and drop. Is there a way to

Re: FW: Problem Building exes on Win32

2004-12-23 Thread the.noonings
Application Developer, BSTCAD/BSTProcess BSTCAD Support Forums [EMAIL PROTECTED] (404) 927-1227 -Original Message- From: the.noonings [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 7:26 PM To: Shaffer, Chris Cc: par@perl.org Subject: Re: Problem Building exes on Win32 Shaffer

Re: PAR Problem

2004-12-22 Thread the.noonings
Rehman Masood wrote: Hello My friends, I am from Pakistan have been benifeting from your website for a while now. However, I have stuck a stone wall now and can't get throw. My problem is that I am trying to utilize the Spreadsheet::WriteExcel module from John McNamara and everything seems to

Re: Problem Building exes on Win32

2004-12-22 Thread the.noonings
Shaffer, Chris wrote: Yes, I can run it as a perl script... Like I said, this happens even if I'm NOT using Cwd... Chris Shaffer -Original Message- From: the.noonings [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 22, 2004 1:57 PM To: Shaffer, Chris Cc: par@perl.org Subject: Re

test 20041028

2004-10-28 Thread the.noonings
Test to see if this email bounces

Re: trouble building PAR on RedHat Linux

2004-08-17 Thread the.noonings
I do not think this is a PAR problem. It seems that the _cytpe_b error is not uncommon. I searched on google for undefined reference _ctype_b and I see oracle, apache, dostats, php and maybe others, having the _ctype_b problem, stemming back at least a year. I see that the problem

Re: PAR 0.85 bugs (Perl/Tk related)

2004-07-24 Thread the.noonings
The newest Tk is only a few months old. I installed it recently. A search script to find any occurance of the string TK_EXIT in any .pm or .pl file under c:\perl only came up with the line below. C:\perl\site\lib\Tk.pm : return if $mess =~/^_TK_EXIT_\(\d+\)/; But the last underscore after

Re: Error from utf8.pm when using the Bleach filter (PAR 0.85)

2004-07-22 Thread the.noonings
I don't know if this gives any extra clues, but, on Windows XP, perl 5.8.4, par .85, C:\atype aa.pl use utf8; print Hello\n; C:\aaa.pl Hello C:\app -o aa.exe -f Bleach -F Bleach aa.pl C:\aaa.exe utf8.pm did not return a true value at (eval 12) line 1. BEGIN failed--compilation aborted at (eval

Re: How to uninstall temp files generated for executable ?

2004-07-10 Thread the.noonings
A note of caution. Let us suppose that the user has more than one application that has been built by par. The top level cache directory, $ENV{TEMP} plus \par-$USER, holds a \cache- plus the SHA1 hash of the executable for each. Attempting to remove the said entire top level cache dir in the

Trouble installing PAR 0.85 on Windows XP

2004-07-05 Thread the.noonings
I still cannot install PAR 0.85 in Windows XP Pro, perl v5.8.4. I have the prebuilt binary 07/03/2004 09:03 AM 876,426 PAR-0.85-MSWin32-x86-multi-thread-5.8.4.par I did nmake clean, then switched to a cygwin box (for the unzip function) and did $ unzip

Re: Heads-up: PAR-0.85

2004-07-03 Thread the.noonings
perl Makefile.PL gives this: Checking if your kit is complete... Warning: the following files are missing in your kit: script/parl.exe script/parldyn.exe Please inform the author. Warning: prerequisite Module::ScanDeps 0.45 not found. We have 0.42. - Original Message -

Fw: Unprintable chars in Tk

2004-06-28 Thread the.noonings
Yes, that does it. Thanks. - Original Message - From: Robert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 26, 2004 9:33 PM Subject: Re: Unprintable chars in Tk use Encode::Unicode; Put that in your script... HTH, Robert

Unprintable chars in Tk

2004-06-26 Thread the.noonings
I created the file simple_test.pl that creates a Tk hello pop up, with an okay button that will exit the script. It works fine with perl simple_test.pl on Windows. However, when an exe is created like this: pp -o simple_test.exe simple_test.pl The pop up title, hello and button text okay all

Re: Unprintable chars in Tk

2004-06-26 Thread the.noonings
line 101. Compilation failed in require at C:/perl/lib/IO/File.pm line 117. BEGIN failed--compilation aborted at C:/perl/lib/IO/File.pm line 117. Compilation failed in require at -e line 307. ok 31 - test_par_clean - Original Message - From: the.noonings [EMAIL PROTECTED] To: [EMAIL

Re: Problems with pp -c ...

2004-06-07 Thread the.noonings
hmpf. Yes, I see what you mean. I am using ScanDeps '0.42';, perl 5.8.2, Windows XP, PAR 0.83 and Zip.pm $VERSION = 1.10; C:\a\temptype hello.pl use Storable; print hello, world\n; C:\a\temphello.pl hello, world C:\a\temppp -n -c -o hello.exe hello.pl C:\a\temphello mkdir

Re: PAR question about packages

2004-06-03 Thread the.noonings
, 2004-06-02 at 23:51, the.noonings wrote: This does not answer your question, but, I put in some debug print statments so that at least you can tell where it is bombing. Per the log file output, it is getting past only the first four debug statements. DEBUG_01 DEBUG_02 DEBUG_03

automated tests that no longer work

2004-05-31 Thread the.noonings
I am looking into this. But know that two tests (for the -M flag) no longer work. not ok 23 - pp_minus_M_abbrev_dot_pl_hello # [430] # Test 23_1 The command string a.exe in directory C:/DOCUME~1/malcolm/LOCALS~1/Temp/pp_switch_tests/temp2,did not pr oduce :: abbrev_dot_pl :: # Instead, it

Re: automated tests that no longer work

2004-05-31 Thread the.noonings
Settings\Temp\pp_switch_tests\temp2a.exe abbrev_dot_pl1 - Original Message - From: the.noonings [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 31, 2004 3:33 PM Subject: automated tests that no longer work I am looking into this. But know that two tests (for the -M flag

Re: $0 does not contain a full path to the script

2004-05-26 Thread the.noonings
Notes on obtaining $0 on Windows and Cygwin: $0 has trickery to it. I am not sure of the real purpose of $0, but I have found it to be unreliable in that what it yeilds depends too much on how the script was invoked, and also on what OS it is running on. For the purpose of discussion, assume

PAR::read_file question

2004-05-24 Thread the.noonings
Instead of producing hello, the test below produces nothing. Am I doing something wrong? C:\Documents and Settings\malcolm\My Documents\proj_pp_testingtype text hello C:\Documents and Settings\malcolm\My Documents\proj_pp_testingtype hello_pl_file.pl #!/usr/bin/perl my $text =

Re: PAR::read_file question

2004-05-24 Thread the.noonings
the included file and the created executable still works. Wish list: To not have to use the fqpn. - Original Message - From: the.noonings [EMAIL PROTECTED] To: Autrijus Tang [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, May 24, 2004 4:31 PM Subject: PAR::read_file question Instead

Re: par 0.81 failure

2004-05-22 Thread the.noonings
Success! - Original Message - From: Autrijus Tang [EMAIL PROTECTED] To: the.noonings [EMAIL PROTECTED] Cc: Autrijus Tang [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, May 22, 2004 3:38 PM Subject: Re: par 0.81 failure

Test failure

2004-05-22 Thread the.noonings
This used to work. Now I get an error message. It looks like there is no $PAR::LibCache{$0} C:\type t5.pl use PAR; use Archive::Zip::MemberRead; print (PAR LibCache is : , $PAR::LibCache{$0}, :\n); $fh = new Archive::Zip::MemberRead($PAR::LibCache{$0}, my_data.txt); while (defined($line =

Re: bugreport: exes produced by pp on unix with perl with libperl.so present don't work

2004-05-11 Thread the.noonings
This has been seen before. It was fixed with 0.8, I think. Install the latest PAR and try again. - Original Message - From: Vlad Harchev [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 11, 2004 7:46 AM Subject: bugreport: exes produced by pp on unix with perl with libperl.so

Re: PP generates some duff code with multithreading enabled

2004-05-08 Thread the.noonings
Message - From: the.noonings [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 08, 2004 10:27 PM Subject: Re: PP generates some duff code with multithreading enabled Works fine for me on windows XP Pro, using perl v5.8.3 built for MSWin32-x86-multi-thread C:\Documents and Settings

Re: PP generates some duff code with multithreading enabled

2004-05-08 Thread the.noonings
); } C:\Documents and Settings\malcolm\My Documents\proj_pp_testingaa_test_app.pl Cras Success with system aa.exe - Original Message - From: the.noonings [EMAIL PROTECTED] To: the.noonings [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, May 08, 2004 10:28 PM Subject: Re: PP

Re: Can't install PAR on Win32 (cygwin)

2004-04-19 Thread the.noonings
I can try to get automated_pp_test.pl running on cygwin. Bear in mind that I do not know C and I did not have to do with writing any PAR or pp code, so I can only help from the testing side of things. Currently, automated_pp_test.pl works just fine from a Windows command prompt. Now, on to

Trouble with I18N.pm

2004-04-19 Thread the.noonings
I cannot get PAR to install due to needed modules. I am stuck trying to get needed modules. perl -MCPAN does not work. /usr/ActivePerl/Perl/bin/ppm.bat does not work /usr/ActivePerl/Perl/bin/ppm3.bat does not work I would like to try perl -MCPANPLUS -e shell and go from there, but I

Re: pp -i iconfile with Tk apps

2004-04-16 Thread the.noonings
I am not sure of what you are asking here. In any case, I went into the Windows XP environment variables area and created PP_TK_ICONFIX with a value of 1. I have perl v5.8.3 I then used a known good file hello_tk.pl as shown below, with the resulting error message. Is this what you are asking

Comment. The first test of make test fails

2004-04-16 Thread the.noonings
The first test of pp make test fails for Linux. I don't remember about whether it does on Windows. I think was always that way in the current version. Something about SHA. pp seems to pass all of the other tests so I've been ignoring it. Is it something that we should have concern over?

Re: Comment. The first test of make test fails

2004-04-16 Thread the.noonings
You need Digest::SHA1, not SHA1.pm I meant that I have the file /usr/lib/perl5/site_perl/5.8.0/Digest/SHA1.pm, which is package Digest::SHA1 Am I overlooking something? - Original Message - From: Autrijus Tang [EMAIL PROTECTED] To: the.noonings [EMAIL PROTECTED] Cc: [EMAIL PROTECTED

Re: pp bug

2004-04-15 Thread the.noonings
Stewart [EMAIL PROTECTED] To: the.noonings [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 5:56 PM Subject: Re: pp bug On 14 Apr 2004 at 15:27, the.noonings wrote: On SUN machines, LD_LIBRARY_PATH is a system wide dynamic variable that PAR dare not change. I don't know

Re: pp bug

2004-04-15 Thread the.noonings
Yes, it worked. I then hid libperl.so and it still worked. It is using the cached libperl.so paste of part of .bashrc export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/malcolm/proj_par ## paste of show_ld_path.pl my @items = qw (

Re: pp bug

2004-04-14 Thread the.noonings
? That's mean how can I assign LD_LIBRARY PATH to a good value ? and which value :-) ? Lasconic the.noonings a écrit : No, it is not. I made the test file below into an executable on Linux, and ran it using the shown commands. As you can see, it is not defined. The script must be using

Re: pp bug

2004-04-14 Thread the.noonings
hide the /usr/.../CORE/libperl.so. The executable does not know to to look in the cache. - Original Message - From: Alan Stewart [EMAIL PROTECTED] To: the.noonings [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 5:56 PM Subject: Re: pp bug On 14 Apr 2004 at 15:27

Re: Re : Help ! libperl

2004-04-13 Thread the.noonings
libperl.so: cannot open shared object file: No such file or directory Here is how I interpret the above error report. libperl.so is there. In fact, libperl.so is running. libperl.so is trying to open a shared object file, and the OS is saying to libperl.so No such file or directory.

Re: Re : Help ! libperl

2004-04-13 Thread the.noonings
to the executable that I want him to use only local ressources ie only files and shared libraries included in the executable itself ? ? ? Lasconic the.noonings a écrit : libperl.so: cannot open shared object file: No such file or directory Here is how I interpret the above error report

Re: PAR0.80 on Win32 - problem with cache directories

2004-04-08 Thread the.noonings
Good and bad, On Windows XP Pro and Windows XP Home, it works. On Windows 95, I get a Control-L character in the cache path name. In the paste below you cannot see the Control-L. It is showing as an unprintable character in the directory C:\WINDOWS\TEMP\par-Control-L.

Re: PAR0.80 on Win32 - problem with cache directories

2004-04-08 Thread the.noonings
I do not think the Control-L in the path problem is the same as the one Rick is describing. dll failed - aborting with 2 System error 2 is No such file or directory so the Control-L in the cache path name is a problem, but not the same one. - Original Message - From: the.noonings [EMAIL

Re: Par inside par

2004-03-16 Thread the.noonings
I do not have an answer. Only comments that may be of help My perl58.dll is in c:\perl\bin and I see yours is being looked for in your temp directory. Hmmm. I think I see something. It looks like a pound sign is being used as a path delimiter instead of a back slash. That is,

Re: Unit tests for pp incoporated.

2004-03-12 Thread the.noonings
I will make the changes and test them on Linux and Windows. - Original Message - From: Alan Stewart [EMAIL PROTECTED] To: Autrijus Tang [EMAIL PROTECTED]; [EMAIL PROTECTED]; the.noonings [EMAIL PROTECTED] Sent: Thursday, March 11, 2004 10:58 PM Subject: Re: Unit tests for pp incoporated

Re: PAR 0.79_99 released!

2004-03-03 Thread the.noonings
The PAR/PP from http://aut.dyndns.org/dist/PAR-0.79_99.tar.gz has passed the test suite. There seems to be a problem sending the entire test suite of six files via a single email. Probably a size limitation as the main file has this lines-words-bytes count: 6194 16642 199753

Trouble intsalling PAR on linux

2004-03-03 Thread the.noonings
I have no problem installing PAR on Windows. However, I cannot get it installed on Linux. I downloaded http://aut.dyndns.org/dist/PAR-0.79_99.tar.gz onto my Intel Linux Mandrake machine. I did an su to root: perl Makefile.PL-- ran ok, but then make fails. make chokes on trying to read

Re: Trouble intsalling PAR on linux

2004-03-03 Thread the.noonings
Fixed. I just needed to install Compress Zlib. - Original Message - From: the.noonings [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 03, 2004 11:32 AM Subject: Trouble intsalling PAR on linux I have no problem installing PAR on Windows. However, I cannot get

Re: Fw: A -M switch problem

2004-03-01 Thread the.noonings
I get the correct results on Windows XP, ME and on Windows 95. That is: %perl invoking.pl invoking invoked returned string I am using v5.8.3 on Windows XP and v5.8.2 on Windows ME and v5.8.0 on Windows 95. - Original Message - From: Alan Stewart [EMAIL PROTECTED] To: the.noonings

A -M switch problem

2004-02-28 Thread the.noonings
I think there is still a problem with pp -M abbrev.pl hello.pl I downloadedPAR-0.79_98-MSWin32-x86-multi-thread-5.8.3.parwhich resulted in: c:\perl\bin\pp $Revision: #115 $ $Change: 10222 $ $DateTime: 2004/02/27 15:13:01 $ vim: expandtab shiftwidth=4 c:\perl\bin\par.pl $Revision: #99

Re: missing text file

2004-02-27 Thread the.noonings
I ran into something like that. I took my needed text and made a module for it, call it module_to_provide_text. I will paste similar package further below. I use it in my other modules like this: use module_to_provide_text; $text = module_to_provide_text-new; print ($text-variable_1, \n); print

Re: PAR 0.79_98 released!

2004-02-27 Thread the.noonings
Yes, indeed. Thanks - Original Message - From: Glenn Linderman [EMAIL PROTECTED] To: the.noonings [EMAIL PROTECTED] Cc: Clay Harmony [EMAIL PROTECTED]; Autrijus Tang [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, February 27, 2004 4:37 PM Subject: Re: PAR 0.79_98 released

Re: Modules don't get included

2004-02-25 Thread the.noonings
The -M switch has a problem right now. Autrijus said he is going to look into it later tonight. - Original Message - From: Clay Harmony [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 12:39 PM Subject: Modules don't get included Hello all, I am having

Re: Pb with PAR and Win32::Perm dll ?

2004-02-19 Thread the.noonings
First, did you install Win32::Perms? I called up a command prompt and entered ppm. I then did query Perms and came up with nothing. I then installed Win32::Perms with the command line shown below, and I pasted the results also below (under snip). I then did query Perms again and pasted the

Re: Pb with PAR and Win32::Perm dll ?

2004-02-19 Thread the.noonings
The perl interpreter has no trouble finding it when running the perl file, I know. But I do not know what the problem is. I know it is redundant, but I am going to ask you to send me a couple of copy and pastes, and to answer a couple of questions. If Perms was installed correctly, it should

Re: exec problems

2004-02-16 Thread the.noonings
At first, I got the same results. Then I tried what I describe below. It seems to work. There is a slight change in my bar.pl, pasted at the bottom, that should not be of consequence. First, build foo.exe, since it needs to already be there before the pp of bar.pl can pack it. pp -o

Bad link

2004-02-02 Thread the.noonings
At URL http://svn.elixus.org/svnweb/repos/checkout/member/autrijus/par-tutorial/slide026.html The link PAR::Intro: http://search.cpan.org/dist/PAR/lib/PAR/Intro.pod does not exist I tried changing the last part of the above to each of these intro.pod intro.htm

On Deploying Perl Applications

2004-02-02 Thread the.noonings
Kudos to Autrijus Tang for doing the PAR tutorial. I understood more than 3/4 of it. It gave me a very good idea of what PAR (and pp) is for. It also showed me a lot of what else there is to deploying a perl app. I will be trying to learn more on these subjects. Slide 025 states: PE Header