Re: Net::ProxyMod

2002-12-09 Thread $B#t#a#g#u#t#i(B
hwopenka> Thanks for your fast reply - but I could not find such module. :( hwopenka> Harry Sorry not to be so friendly. You should always look into CAPN; http://theoryx5.uwinnipeg.ca/CPAN/cpan-search.html Distributions >> H >> HTTP-Proxy-0.04 http://theoryx5.uwinnipeg.ca/mod_perl/cpan-searc

Re: Comparing the keys of two hashes

2002-12-09 Thread Carl Jolley
On Mon, 9 Dec 2002, Adam Peterson wrote: > hi, > > i'm attempting to compare the keys of two hashes and then change the value > in one hash if there is a match. i'm nesting two foreach loops and am > wondering if there is a more better, more efficient way of making the > comparison. the two hashes

Re: file modes

2002-12-09 Thread Carl Jolley
On Mon, 9 Dec 2002, [iso-8859-9] Burak Gürsoy wrote: > when I do a stat, $mode = (stat($filename))[2]; gives me file mode... But > does this have any meaning under windows? Or how can I get the > file-modes/attributes like archive/system/read-only/hidden ? > As usual, there are multiple ways. One