Forum: Perl Aug 25th, 2008 |
| Replies: 3 Views: 897 Can we use multiple regular expression like this??
#!/usr/bin/perl/
#matching.pl
use warnings;
use strict;
my $temp_string = "The quick brown fox jumps over the lazy dog"; |
Forum: Perl Aug 20th, 2008 |
| Replies: 4 Views: 825 Give me you email will you? I send you a ebook. Takes me 2weeks to learn all the basics. Quite simple. |
Forum: Perl Jul 9th, 2008 |
| Replies: 3 Views: 1,277 |
Forum: Perl Jul 9th, 2008 |
| Replies: 3 Views: 1,277 I found the problem already. I put "**" in the arrays which causes some data reading problem. Solved! |
Forum: Perl Jul 9th, 2008 |
| Replies: 3 Views: 1,277 Hi,
I try to compare items in two different arrays. This loop works well in another program of mine. But not in the current program i'm working on. Weird....
The output of the program shows
... |
Forum: Perl Jul 4th, 2008 |
| Replies: 5 Views: 1,521 Hi,
After i tried to run the program a few time, there seems to be something wrong. If i define the wanted twice, only the second sub wanted will be loaded. Even when i'm actually trying to call... |
Forum: Perl Jul 3rd, 2008 |
| Replies: 5 Views: 1,521 |
Forum: Perl Jul 2nd, 2008 |
| Replies: 5 Views: 1,521 It works fine now. But will the warning affects the program? Is there anyway to eliminate it? I tried to use argument in the "sub wanted" but it show errors. |
Forum: Perl Jul 2nd, 2008 |
| Replies: 5 Views: 1,521 Hi,
I'm having problem with the usage of File::Find Module. What i'm trying to do is to browse through two directories and put all the files into two arrays respectively (each array for each dir).... |
Forum: Perl Jun 26th, 2008 |
| Replies: 4 Views: 4,193 Thanks Kevin, that's is exactly what i'm looking for! I'm trying to understand the coding. But if you don't mind, can u briefly explain the usage of File :: Find. Thanks a lot! : ) And thanks... |
Forum: Perl Jun 26th, 2008 |
| Replies: 4 Views: 4,193 Hi,
Does anyone know how to browse through a folder to find all the files contains in it? I know how to use the opendir function but:
1. I'm having problem with looping in which i can use to... |
Forum: Perl Jun 25th, 2008 |
| Replies: 12 Views: 2,110 What I actually did was installing perl and Komodo Edit 4.3.
Is there any difference between IDE and an Editor? Komodo Edit 4.3 is an editor? Or an IDE?
And the IDE is it comes together with... |
Forum: Perl Jun 24th, 2008 |
| Replies: 7 Views: 1,641 Well, i try to search for some info on the EXISTS, DEFINED. What i found is that if we use
if (exists EXPR )
#it will return true if the if the specified element in the hash or array has... |
Forum: Perl Jun 24th, 2008 |
| Replies: 12 Views: 2,110 I tried Komodo Edit 4.3. It's quite good. Easy to use and simple.
Anyway, thanks guys for all the suggestions... |
Forum: Perl Jun 24th, 2008 |
| Replies: 7 Views: 1,641 Thanks katharnakh,
I just realise the funciton chomp(). Anyway, the checking of existence of keys in the proper way is very useful indeed. Thanks again. |
Forum: Perl Jun 24th, 2008 |
| Replies: 7 Views: 1,641 Hi,
I'm trying to write a perl program for a simple phone book. Means when the user enter a name, the phone book will search and display the name and the phone number of that person.
Below is... |
Forum: Perl Jun 23rd, 2008 |
| Replies: 12 Views: 2,110 |
Forum: Perl Jun 22nd, 2008 |
| Replies: 12 Views: 2,110 Hi,
I'm a beginner for Perl. Just want to ask a few simple question:
1. Which Text Editor tools is the best for Perl?
2. Some recommend JEditor. I installed it but having problem with... |