Re: Perl JSON

2008-12-18 Thread cc96ai
On Dec 14, 10:37 am, atiqul.is...@gmail.com (AtiqulRE) wrote: > Hi, > > New to Perl. Need help to write server side using Perl that returns > JSON data. Go to google , type in "Perl JSON" > Please include detail examples. e.g. how to take a hash and convert to > JSON or array of hashes and conver

how to speed up to read 4000 xml file?

2008-11-25 Thread cc96ai
We have more than 4000 xml file and the program will read all and write into group of file , like a-z index page, (a.html, b.html... ) and by category (categoryA/topicA.html , catgoryA/TopicB.html) for all the process, it run around 5 - 8 min. any thought to speed it up? -- To unsubscribe, e-ma

Re: HTML Stipper with an option for directories and multiple files

2008-11-19 Thread cc96ai
Use: - HTML::Parser to parse - File::Find to loop the directory and file -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

CPAN installation problem

2008-08-14 Thread cc96ai
I try to install some CPAN module, always get this error in command >Cpan -install Alert: While trying to 'parse' YAML file 'C:\Perl\cpan\FTPstats.yml' with 'YAML::XS' the following error was encountered: Usage: YAML::XS::LibYAML::Load(yaml_str) at C:\Perl\lib/YAML/XS.pm line 70. any id

How to convert the date ?

2008-07-23 Thread cc96ai
we have string of date 2005-11-01 and want to display as November 1, 2005 THanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: encode UTF8 -> MIME

2007-05-30 Thread cc96ai
On May 30, 3:51 am, [EMAIL PROTECTED] (Mumia W.) wrote: > On 05/29/2007 07:00 PM, cc96ai wrote: > > > I got UTF8 value %C3%A9 > > how could I encode it become é ? > > > I try encode_base64 , but no luck > > maybe I miss some, anyone have idea ? > > You

encode UTF8 -> MIME

2007-05-29 Thread cc96ai
I got UTF8 value %C3%A9 how could I encode it become é ? I try encode_base64 , but no luck maybe I miss some, anyone have idea ? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/