Need Help with Perl Mobile Environment

2011-01-24 Thread Khabza Mkhize
Can you please help with where to find information about Perl mobile version I need to develop Accommodation Booking Website that will run on Smart phone, Iphone And Blackberry. Please send me a links with relevant information regards Khabazela Green IT Web http://www.greenitweb.co.za -- To un

Re: [linux] unable to check in code to svn when files contain spaces or characters

2011-01-24 Thread ed
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Jan 24, 2011 at 05:27:11PM +0530, Agnello George wrote: > i got a file like this and i need add it into my svn > > admin/upload_data/FINAL leg list 19_01_2010 to agar (Merged data in > one).xls > > i as able to add other files with space

Re: [CentOS] unable to check in code to svn when files contain spaces or characters

2011-01-24 Thread Nico Kadel-Garcia
On Mon, Jan 24, 2011 at 6:57 AM, Agnello George wrote: > i got a file like this and i need add it into my svn > > admin/upload_data/FINAL  leg  list  19_01_2010 to  agar  (Merged data in > one).xls First: don't do this, seriously. You're begging for pain in your scripting to handle such files fro

Re: Dereference Links

2011-01-24 Thread Mike Flannigan
On 1/23/2011 5:21 PM, beginners-digest-h...@perl.org wrote: >That module hasn't been updated since 2001. You'll have a >much easier time using WWW::Mechanize and many more people will be in>a position to help you. >Peter Scott > Thank you for the reply. I appreciate it. Mike Flannigan

Re: Lighttpd + FCGI = Socket not closing?

2011-01-24 Thread C.DeRykus
On Jan 21, 9:03 am, perl-l...@christophfriedrich.de wrote: > Hi there, > > I'm using the FCGI module (version 0.67) and a lighttpd > to create an imageserver. > > But currently I have the problem that if I > shutdown the lighttpd server, the perl processes are still there with an > open file descri

Re: Extracting properties from objects.

2011-01-24 Thread Ben Lavery
Hi Sean, In your given example, $l becomes a link object, so you go: $l->url(); to get the URL, for example. After using your code below, look at this page: http://search.cpan.org/~petdance/WWW-Mechanize-1.66/lib/WWW/Mechanize/Link.pm That will show you how to use $l. Hope that helps, Ben On 2

Re: unable to check in code to svn when files contain spaces or characters

2011-01-24 Thread Shlomi Fish
On Monday 24 Jan 2011 13:57:11 Agnello George wrote: > i got a file like this and i need add it into my svn > > admin/upload_data/FINAL leg list 19_01_2010 to agar (Merged data in > one).xls > > i as able to add other files with space using the following command : > > svn st |grep ? |cut -

Re: Dereference Links

2011-01-24 Thread Rob Dixon
On 21/01/2011 14:01, Mike Flannigan wrote: I'm trying to dereference the @{$links} produced by WWW::SimpleRobot and am having a heck of a time getting it done. Can anybody help? You can see some of the things I have tried below. I know I can do this link extraction myself with LinkExtor, or at

unable to check in code to svn when files contain spaces or characters

2011-01-24 Thread Agnello George
i got a file like this and i need add it into my svn admin/upload_data/FINAL leg list 19_01_2010 to agar (Merged data in one).xls i as able to add other files with space using the following command : svn st |grep ? |cut -c8- |sed 's/ /\\ /g' |xargs svn add however there are some special c

Re: How to monitor Windows CPU usage in Linux Server

2011-01-24 Thread shawn wilson
On Jan 24, 2011 12:41 AM, "sync" wrote: > > Hello, guys: > > is there any information in the MIB about the CPU-usage. I am > monitoring Windows-machines using whatsup and the goal is to raise an > alarm if the usage passes a certain threshold. > > By the way , I want to monitor them in Linux Serv

Re: Reading a value from a hash using a variable for the key

2011-01-24 Thread Eyal B.
On Jan 21, 11:42 pm, ewinst...@gmail.com ("Eyal B.") wrote: > On Jan 21, 4:30 pm, rob.di...@gmx.com (Rob Dixon) wrote: > > > > > On 21/01/2011 05:50, Erez Schatz wrote: > > > > On 20 January 2011 15:38, Eyal B.  wrote: > > > >> I'm getting an error on the line where I should use the TTL variable -

Re: Reading a value from a hash using a variable for the key

2011-01-24 Thread אייל ב .
Guys You claim : s/.*TTL=//; will erase the line, leaving with an empty (uninitialized) $line variable. I want to ask : If so, how print "TTL = $line\n" does give me the right value ! If it will leave $line containing a null (zero-length or undef) string - how can I print it ? (I get TTL = 125 if

Re: Reading a value from a hash using a variable for the key

2011-01-24 Thread Eyal B.
If so, how print "TTL = $line\n" does give me the right value ! (I get TTL = 125 if ping to Windows machine. Thanks, for your answers. On Jan 21, 4:30 pm, rob.di...@gmx.com (Rob Dixon) wrote: > On 21/01/2011 05:50, Erez Schatz wrote: > > > > > On 20 January 2011 15:38, Eyal B.  wrote: > > >> I'm

Extracting properties from objects.

2011-01-24 Thread Sean Murphy
Hi All. I am wondering how do you extract properties from objects. If we use WWW:Mechanize as an example. How would you get the properties of the first link. Lets say: my $l = $mec->find_link (text => 'link'); So I would like to find out the text of the link, URL, attribs, etc. This is just a

Re: Reading a value from a hash using a variable for the key

2011-01-24 Thread Shlomi Fish
Hi Eyal, On Friday 21 Jan 2011 15:55:58 אייל ב. wrote: > Hi Shlomi, Again. > I'm sorry for keep sending you mails (It's because my answers to the > to the group still doesn't work and I sent a complaint to > postmas...@perl.org) > > I hope now when I use a plain text message, it will be more unde