NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
all because AS par ppm is over a year old (Score:2)
Of course without AS I'd have to jump through even more hoops when using perl on WIN32.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:all because AS par ppm is over a year old (Score:1)
I use a perl compiled with gcc [mingw.org] to create my own PPMs. I've been able to create PPMs for PAR, Wx, XML::LibXML and others with relative ease. And they all work with a regular ActivePerl.
--simonflk
Reply to This
Parent
Re:all because AS par ppm is over a year old (Score:2)
This has lead me to a handy tool via google tho : dependency walker [dependencywalker.com] which gives you nice dependency trees for your dll or exe files on 'doze -- shame it doesn't allow you to fix or bundle them.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;