... Sreeram> Down posting ... [There is some trouble with the module install.] TRIM it. TRIM it. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc....
... Use the split operator rather than substr. The resulting code will be faster and easier to read. my @chars = split //, $string; Then use $chars[$i] rather...
... Solaris doesn't come with a compiler installed. You can either buy Sun One Studio (expensive, not recommended) or grab gcc from sunfreeware.com. I'd go...
... needs. ... Sun Studio 10 is available for free from http://www.opensolaris.org/os/community/tools/sun_studio_tools/ I suggesting going with Sun Studio 10...
Hey everyone. I was wondering if there are any single functions that take a string and compare it against every string in an array to see if a match is found....
... Random lookups are better handled with hashes, not arrays. If you need to maintain order use an ordered hash. if ( $is_valid_color{ $string } ) { Or: if (...
... James> Hey everyone. I was wondering if there are any single James> functions that take a string and compare it against every James> string in an array to...
... I should have. Honestly I had forgotten that there was a perl faq I could read. If it had occured to me I would have done so. I'll remember to read it...
... James> I should have. Honestly I had forgotten that there was a perl faq I James> could read. If it had occured to me I would have done so. I'll James>...
Grier Johnson <grierj@...> wrote: ... Solaris doesn't come with a compiler installed. You can either buy Sun One Studio (expensive, not recommended) or...
... [ snip stuff about Solaris and if has compiler or not ] ... [ snip ] ... My Slackware 10.1 uses gcc. But cc also works (can use) due to a symlink pointing...
The requirement is for CMM Level 5 organization in Bangalore Viewers Dev – Engineer / Lead / Manager 3-10 years experience, Strong in VC++, ATL, and COM with...
... [ snip ] ... last if $path_w_name =~ /\bq\b/; # better in case of q within string [ snip ] ... if ($path_w_name =~ /\bq\b/) { # better in case of q within...
... Grier> Is there any chance you can be convinced to lay off the venom and just Grier> ignore people you don't think have done their due diligence? I've...
Hello, I wanted to know how to catch this with a regular expression: i have a file like this ... VARIABLE STRING is a variable. NON_REG_MSG_RECUS is a...
... portos> i have a file like this portos> ---------------------------------------------------- portos> ----- NON_REG_MSG_RECUS ------- VARIABLE STRING------ ...
... Please don't respond to the trolls, it only encourages them to post more of the same. I know it's difficult not to reply but they write these things just...
Hi friends, I have a query related to print. In the web, I came across a program which does some terminal related functionalities, like clearing the screen,...
... You are correct, the sequence "\x1B[2J" will clear the screen and then an "m" will appear in the upper-left corner. For a brief description of the ANSI...
... Shawn> Please don't respond to the trolls, it only encourages them to Shawn> post more of the same. I know it's difficult not to reply but Shawn> they...
... Hash: SHA512 Hello, Is it possible to create Remote Procedure Call in Perl? If yes, do you have some links about tutorials and sample codes. Thanks, ...