Hi Friends, Just to Share i Found Best of the Stocks info, (ALSO GOOD FOR BEGINNER) at Below site. It list Lots of Sites Best Known For Stocks.. -:- BEST OF...
24681
IT Jobs
itnonit
Dec 1, 2006 3:21 pm
Hi, We are having Hot Job Opening in Chennai for PERL The candidates must have 3 years Exp in PERL Work Location: Chennai, T Nagar. Exp: 3+Y to 9+Y ( We have...
24683
lord_vodka_ccccccxxxx...
lord_vodka_c...
Dec 5, 2006 12:26 am
Let's say I have an array (named @TONE_ROW) with twelve elements in it. Now how would I do the following things to it? Reverse the order of the elements...
24684
merlyn@...
merlynstoneh...
Dec 5, 2006 2:21 am
... lord> Let's say I have an array (named @TONE_ROW) with twelve elements in it. Let's say you have a homework assignment, and you wanted to cheat on it. ...
24685
bike2ride
gl_bike2ride
Dec 5, 2006 8:48 am
Hi all let assume a hash of array like my %HoA = ( col_A => [ 3, 5, 7 ], col_B => [ 23.56, 25.75, 29.10 ], col_C => [ 'A', 'B', 'C' ], ); Is there a way to...
24686
Nawab Shaikh
nawab_mono
Dec 5, 2006 9:17 am
Hi you can simply write a logic as per any traditional language. for i =0 to lenght of the array temp = array(i) array (i) = array(i+1) array (i+1) = temp ...
24687
Jenda Krynicky
jendaperl
Dec 5, 2006 2:49 pm
From: "lord_vodka_ccccccxxxxxxvi" <lord_vodka_ccccccxxxxxxvi@...> ... You want to review the docs for sort() and rand(). To swap two elements of an array...
24688
chuck_jcs
Dec 6, 2006 12:41 am
This is really free I will never ask you to buy any thing but if you do I will really appreciate it. For details click on the link ...
24689
Prasanna Goupal
perl_developer
Dec 6, 2006 2:50 pm
Hi, I am interested for on site opprtunities. Thnx. Regards, Prasanna IT Jobs <itnonit@...> wrote: Hi, We are having Hot Job Opening in Chennai for...
24690
Prasanna Goupal
perl_developer
Dec 6, 2006 3:07 pm
Dear All, By mistake, i had send this mail to you all. Sorry for that. Prasanna Prasanna Goupal <perl_developer@...> wrote: Hi, I am interested for on...
24691
Santosh Sugur
santosh_sugur
Dec 8, 2006 6:35 am
Thanks everyone. I shall give all these a try and save my best one :) Thanks again....
24692
Adem Erisek
ademerisek
Dec 10, 2006 9:21 pm
Hi Everyone, I want to extract keywords from any web site. I wrote some codes bu it doesn`t work... Do you have any idea about this part ? My code: ...
24694
chuck_jcs
Dec 10, 2006 9:52 pm
http://free.james-and-elena-inc.com/...
24695
Hans Witschi
hwitche
Dec 11, 2006 4:59 am
Keywords? What exactly are you looking for? ... [Non-text portions of this message have been removed]...
24696
Marcos Onisto
mlonisto
Dec 11, 2006 6:33 pm
Hello All, I have one string that follow below. How can i take the 8% or exactly 5 column? /dev/dsk/c0t0d0s6 1370511 96072 1219619 8% /export/home ...
24697
Robert Brown
rdabman4
Dec 11, 2006 6:53 pm
Sorry - I meant to enclose $strg in single quotes - not double quotes as % would be interpreted as a hash. ... From: Robert Brown <rdabman4@...> To:...
24698
Robert Brown
rdabman4
Dec 11, 2006 6:53 pm
One possible answer my ($strg,$pct)=""; my @flds=(); $strg="/dev/dsk/cotodos6 1370511 96072 1219619 8% /export/home"; @flds=split(" ",$strg); $pct=$flds[4];...
24699
Marcos Onisto
mlonisto
Dec 11, 2006 7:11 pm
Hello, That's it! It's work but I'm trying to understand how It act. Thanks a lot, Marcos Robert Brown <rdabman4@...> wrote:...
24700
Rob Richardson
interrobang
Dec 11, 2006 7:48 pm
Marcos, Are you familiar with perldoc? Have you tried looking up the split() function there? RobR...
24701
manoj mitra
manoj_mitra2001
Dec 12, 2006 2:24 pm
Hi! All I am facing one problem, could you please help? Using perl, I am parsing one XML file and trying to generate one text file. At the end of the each...
24702
Damien Carbery
daymobrew
Dec 12, 2006 2:59 pm
... text file. At the end of the each line, I am getting following symbol - ... Please post your code and the XML file data....
24703
Raja Rajasekaram
fastaero95
Dec 12, 2006 4:26 pm
Hi All, Anyone used backticks in Perl? Here is what I am trying to do $x = `mkdir /mnt`; print "$x"; Is there anyway to catch the output? Or does backticks...
24704
merlyn@...
merlynstoneh...
Dec 12, 2006 4:47 pm
... Raja> Hi All, Raja> Anyone used backticks in Perl? Here is what I am trying to do Raja> $x = `mkdir /mnt`; Why are you using external mkdir when Perl has a...
24705
Rob Biedenharn
rab6687
Dec 12, 2006 4:53 pm
... What else have you tried? What does this give you: $x = `pwd`; print $x; What did you expect to find in $x after $x=`mkdir /mnt`; ? -Rob Rob Biedenharn...
24706
Brian E Boothe
codemage67
Dec 13, 2006 8:25 pm
HI all , I’ve gotten into CVS recently and have created a Group on Google Email at HYPERLINK ...
24707
Marcos Onisto
mlonisto
Dec 14, 2006 12:26 pm
Hello, One more question. I have the output below, I'm taking the five field that is ..%, but I'd to take the only value without the % character. ...
24708
Damien Carbery
daymobrew
Dec 14, 2006 12:57 pm
... field that is ..%, but I'd to take the only value without the % character. ... I know of two ways. 1) Use substitution to remove non-numeric chars. my...
24709
Marcos Onisto
mlonisto
Dec 14, 2006 5:12 pm
Hello All, How can I count the elements of one array? I'm using the push function, but this is return message like below. -bash-3.00$ ./checksrvs.pl Useless...
24710
Marcos Onisto
mlonisto
Dec 14, 2006 5:20 pm
Hello, I'll try it! Thanks a lot, Marcos ... field that is ..%, but I'd to take the only value without the % character. ... I know of two ways. 1) Use...
24711
Charles K. Clarkson
charlesclarkson
Dec 14, 2006 6:13 pm
... We'd appreciate some code. Show us relevant lines of your code. HTH, Charles K. Clarkson -- Mobile Homes Specialist Free Market Advocate Web Programmer 254...