How to compile and install PadWalker on win xp with ActiveState port perl 5.8

2007-02-26 Thread Spark Shen
I had to first compile PadWalker.xs file into c file. And then compile. Which c compiler should I use. How could I set up the building env? -- Spark shen PadWalker-1.5.tar.gz Description: GNU Zip compressed data -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

How do I understand this HTTP::Request->new(GET => $url);

2007-02-11 Thread Spark Shen
what is the operator => stands for? What's it context? list or scalar? IIRC, => is a hash operator used in hash array. But it apparently is not here. Best regards -- Spark Shen