Tagged Questions
The pp tag has no wiki summary.
5
votes
3answers
592 views
Where does pp (PAR) unpack add (-a) files?
This is my attempt to cut through extraneous issues raised "Why don’t my system calls work in the Perl program I wrap with pp?" I have created a simple Perl script on a linux system:
...
2
votes
3answers
821 views
Why don't my system calls work in the Perl program I wrap with pp?
I have a Perl/POE/Tk script running on Win32 ActivePerl that calls executables using system. I created an exe of the script using pp. I can unpack the exe and see the executables off the root of the ...
1
vote
0answers
103 views
Depth limited pp or to_yaml in ruby
Can I limit the recursion depth of PP.pp or to_yaml in Ruby?
If not is there another function I can use?
1
vote
2answers
127 views
Why does my Perl PAR application immediately die?
This is probably a newbie question as I have just started using pp. I read the documentation on CPAN and tried to create an executable for my application. I use Camelbox and Tk on Windows XP, ...
1
vote
2answers
419 views
Can PAR Packer generate stand-alone scripts?
I'm currently using the PAR Packer (pp) to package a couple of pl scripts such that they can be copied to a machine and "just work" without my client having to muck with CPAN.
Unfortunately, the PAR ...
0
votes
1answer
173 views
CPAN Perl module installation fail
I am trying to install PP to compile perl scripts into an exe file, and I am using 64 bit Windows 7 and 32-bit ActiveState Perl. After typing
cpanm pp
My command prompt returns
--> Working on ...
0
votes
4answers
145 views
How to install pp (PAR Packager)?
I have to create an exe from a Perl script. I installed
ActivePerl-5.14.2.1402-MSWin32-x86-295342.msi
How do I install pp?
0
votes
2answers
67 views
bundler and ruby 1.9.2
Why am I not able to use these lines in a Gemfile:
gem 'date'
gem 'pp'
Must these be required in file instead like this:
require 'date'
require 'pp'
Or is there a way to mix them into your ...
0
votes
0answers
184 views
jQuery and prettyPhoto problems showing videos and iframes in IE 8
I am building a demo page using prettyPhoto to display some of our work.
the page is at: www.nationaledonline.org/demo.html
These are the problems:
1. Audio continues to play after the prettyPhoto ...
0
votes
0answers
32 views
how can i know the maximum point using one valid latitude and longitude?
i've a table named as users where i'm saving users information. user's latitude and longitude are included in this information. when a user signed in my website he gives me his latitude and longitude ...
0
votes
1answer
129 views
Perl packed/compiled GUI app does not start/not work?
I'm trying to pack/compile this simple app using pp with pp --gui -o test.exe test.pl:
#!/usr/bin/perl -w
use Win32::GUI();
use Win32::TieRegistry (Delimiter => "/");
use File::Basename;
use ...
0
votes
3answers
571 views
Prism (Silverlight)
either I'm missing something or the (patterns & practices Composite Application Guidance for WPF and Silverlight) doesn't come with any templates or "guidance packages" to generate code. could ...
-2
votes
2answers
50 views
Inserting Paypal payment in homepage [closed]
is there any guide, how to insert PayPal payment in homepage? For example, there is something like "add news" feature, where for each news you must pay 3$ with PayPal. I must integer payment inside ...