Calling all methods (URGENT)

2010-10-11 Thread Jyoti
Hello All, I need an urgent help. I have got .pm files in a directory. All .pm files have subroutines with different methods. At present, I am getting an output of list of all .pm files. But I want it to take all methods from all .pm files and give and output with all the subroutine (methods)

Subroutine

2010-10-11 Thread Jyoti
Hello, Can anyone help me out to call all subroutines from different .pm files in a specific directory please ? Many Thanks, Jyoti

AW: Subroutine

2010-10-11 Thread Thomas Bätzler
Jyoti jcutiep...@gmail.com asked: Can anyone help me out to call all subroutines from different .pm files in a specific directory please? Maybe if you were a bit more specific about what you're tyring to do. Maybe you want to start out by looking at

Re: Calling all methods (URGENT)

2010-10-11 Thread Shlomi Fish
Hi Jyoti, On Monday 11 October 2010 16:44:38 Jyoti wrote: Hello All, I need an urgent help. I have got .pm files in a directory. All .pm files have subroutines with different methods. At present, I am getting an output of list of all .pm files. But I want it to take all methods from all

Re: Perl Elements to Avoid Document on http://perl-begin.org/

2010-10-11 Thread Brandon McCaig
On Sun, Oct 10, 2010 at 3:59 AM, Shlomi Fish shlo...@iglu.org.il wrote: Well, in this case, PBP recommends to use a while/continue loop: [code] for (my $i = 0; $i $n ; $i += 2) {        print $i\n; } [/code] into: [code] {        my $i = 0;        while ($i $n)        {        

Re: Perl Elements to Avoid Document on http://perl-begin.org/

2010-10-11 Thread Ron Bergin
On Oct 10, 12:59 am, shlo...@iglu.org.il (Shlomi Fish) wrote: On Sunday 10 October 2010 03:09:21 Ron Bergin wrote: On Oct 7, 3:07 pm, shlo...@iglu.org.il (Shlomi Fish) wrote: Hi all, after being tired of telling Perl newcomers about the same problems with their code times and times

Re: Perl Threads

2010-10-11 Thread Alan Haggai Alavi
On Sunday 10 Oct 2010 20:38:32 chillidba wrote: Can some body please point me to Perl Thread tutorials.(some pdf with examples) Hi, perldoc perlthrtut http://perldoc.perl.org/perlthrtut.html Regards, Alan Haggai Alavi. -- The difference makes the difference. -- To unsubscribe, e-mail:

Re: Perl Threads

2010-10-11 Thread Alan Haggai Alavi
On Sunday 10 Oct 2010 20:38:32 chillidba wrote: Can some body please point me to Perl Thread tutorials.(some pdf with examples) Hi, perldoc perlthrtut http://perldoc.perl.org/perlthrtut.html Regards, Alan Haggai Alavi. -- The difference makes the difference. -- To unsubscribe, e-mail: