Re: perl string operations - query

2005-08-03 Thread Greg Maruszeczka
prakash m wrote: I have written a small code which will just try to split a string based on the Key. - $val=sample1a+2.8sample2a+2.8sample3a; print String=$val\n; print split Key: 2.8\n; @arr=split(/2.8/,$val); foreach $i (@arr) { print **Split value: $i\n; } print

Re: update perl, calling sub

2005-07-15 Thread Greg Maruszeczka
Ing. Branislav Gerzo wrote: Hi all, recently I've updated perl on FreeBSD machine to latest, but my modules go away, they are not in @INC. I have 2 questions: 1. is there possibility update perl, without modules going away? 2. I have some perl CGIs on server, now I have 500 internal server