how to access cgi script using HTTPS

2005-04-15 Thread Chandrasekhar Reddy Sure
hi... Iwant to access a cgi script located on my machine using HTTPS... i am able to access the same using HTTP...i am using Apache server for this...(2.0.53) how can i do this... regards chandrasekhar *Disclaimer:The contents of

Re: Globbing

2005-04-15 Thread Roger Keane
andrew Black wrote: Roger Keane wrote: IMO: prefer File::Find with a regex instead of globbing if you just want to get the files from a directory tree. I think you are right here. But there are 2 (at least) different circumstances - want to write a filter that takes one or more file (maybe

Help with XML::Simple

2005-04-15 Thread James
Hi All, I am trying to process a XML file and print some info but my script is not printing anything. Please help Here is my code use XML::Simple; use Data::Dumper; my $tempxml = C:/temp/bom.xml; my $bom = XMLin($tempxml); my $itm = $bom-{T_Stpo_Table}-{BOM_ITEM_API01}-{ITEM_NO}; my $comp =

Regex

2005-04-15 Thread Jim Hansen
I need to parse a string with a specific phrase within it. For example: "PSserverxx" What is the best way to do this? Thanks Do you Yahoo!? Plan great trips with Yahoo! Travel: Now over 17,000 guides!___ Perl-Win32-Users mailing list