PDK - perlnet application deployment

2009-01-02 Thread Jer A
All, Is it possible that I can bind the required restributable runtime dll's (eg. perl58.dll, perlnet rt dlls) to my perlNET application, so I can ship it all and run it as one dll/exe? Jeremy _ ___

overriding perl 'our','my' keywords

2009-03-17 Thread Jer A
I want to override all 'our' and all 'my' statements in a script. how do i do this, without any third party modules, just code. this may sound funny, but I would like to initialize all declared variables to 'undef' or '()'. thanks in advance for your tips. Jeremy ___

http 1.1 compression and cgi output

2009-03-25 Thread Jer A
hi all, so I have this cgi that returns data from a database, that has over 13,000 possible queries for output. some of the queries output alot of data. I would like to use http 1.1 compression (deflate,GZip), but as this is a cgi script, I do not want to much of a performance hitI t

FW: perl script just dies - what to do? -work around?...maybe

2009-03-29 Thread Jer A
I have not tried this, not sure it will work depending how your script is laid out You can try putting the offending thread code, inside an eval...though you may have some memory or performance issues. hope this helps. -Jeremy From: jeremy...@hotmail.com To: j...@logicalpoetry.com Subject: R

regular expression, this but not that

2011-09-18 Thread Jer A
All, lets say i want to test if a string contains "pig" but not "dog" and/or not "cat" i tried something like this: =~ m/[^dog]|[^cat]|pig/ig what is the best way of going about this, using one regex? your help is very much appreciated, thanks. -Jeremy

put image in image with GD

2012-01-06 Thread Jer A
Hi, how do i put an image somewhere in the center of a larger image? code would be a help. Thank you in advance Jeremy ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsub