Local search with Google::Search module

2009-07-14 Thread Mimi Cafe
Hi, I am tested Google::Search and would appreciated if anyone has experience on this module. The module seem not to provide a way for me to restrict the search result to national level rather than returning resulting mainly consisting of US site. I though Google::Search-Local() will return

Price comparison-agent

2009-06-15 Thread Mimi Cafe
Sorry if you have received multiple copies of this e-mail. I am trying to write a small online price comparison-agent, but I have no experience doing something similar before. My intention is to query search engines for a product and try to my own algorithm to parse the returned values for

Determine upload file type

2008-06-20 Thread Mimi Cafe
I need to write a cgi program to enable our users to upload files using the web browser, but I am not sure how to figure out the type of file the user wants to upload (e.g text or binary file). Can CGI.pm accomplish this automatically? Any suggestions welcome. Mimi

Module for fast CGI application (Templating)

2008-06-17 Thread Mimi Cafe
Hi, I will be developing a database backed CGI application and now looking into CPAN modules to use. Now my idea is to find people who have experience using the modules I am considering to hear their opinion. For instance, I normally write a subroutine which prints the overall layout of all my

Standard CGI module vs CGI::Fast/CGI::Simple

2008-06-17 Thread Mimi Cafe
Hi, I will be developing a database backed CGI application and now looking into CPAN modules to use. Now my idea is to find people who have experience using the modules I am considering to hear their opinion. For instance, I normally write a subroutine which prints the overall layout of all my

Could not open testfile.txt: No such file or directory

2008-05-30 Thread Mimi Cafe
; foreach my $aditem (@master_clients){ push (@missing_clients, $aditem) unless exists $inputclient{$aditem}; } On 29/05/2008, Mimi Cafe [EMAIL PROTECTED] wrote: I am on Windows so it should not be case-sensitive. The script and all required files in one folder. I pass 3 arguments

Re: Process Directory and subdirectories Recursively

2008-01-29 Thread Mimi Cafe
Hi Sean, Find::File did the magic for me. Thanks Mimi On Mon, 2008-01-28 at 08:20 -0500, Sean Davis wrote: On Jan 28, 2008 6:56 AM, Mimi Cafe [EMAIL PROTECTED] wrote: Hi, I am trying to process a directory and all subdirectory recursively and generate a list as the Unix command ls -R

Process Directory and subdirectories Recursively

2008-01-28 Thread Mimi Cafe
Hi, I am trying to process a directory and all subdirectory recursively and generate a list as the Unix command ls -R will display, but this seems not to behave as it should. My script only goes as far as processing the directory and the 1 step below not more. I have some like, but the script