On Fri, 12 Mar 2010 12:48:39 +0530, Sudheer K wrote:
> I am planning to start programming perl for my project . i am just a
> beginner to perl
> can i get information related to videos/links and books especially for
> beginners which can help me writing scripts .
Since you mention video, I will r
Hi Sudheer,
Some links to help you get started:
http://perl-begin.org/
http://learn.perl.org/
Good luck learning Perl. :-)
Regards,
Alan Haggai Alavi.
--
The difference makes the difference.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-
Hi Sudheer!
On Friday 12 Mar 2010 09:18:39 Sudheer K wrote:
> Hi ALL
>
> I am planning to start programming perl for my project . i am just a
> beginner to perl
> can i get information related to videos/links and books especially for
> beginners which can help me writing scripts .
>
Please see
trapd...@trapd00r.se wrote:
For physical books I know that many people suggest either 'Learning
Perl' or
'Programming Perl'. I started with perl 3 months ago and I bought the
'Perl Cookbook' and I must say that it's probably one of the best books
written regarding programming languages. Not so
On 12/03/10 12:48 +0530, Sudheer K wrote:
I am planning to start programming perl for my project . i am just a
beginner to perl
can i get information related to videos/links and books especially for
beginners which can help me writing scripts .
http://www.perl.org/learn.html
http://www.perl.or
Hi,
Well I feel the lecture series hosted by IIT is useful (it was for me at
least).
http://www.youtube.com/watch?v=1pVolaKhxVM
The lectures are conducted by Prof. Sengupta. I hope you find it useful.
Cheers,
Aravind
Sudheer K wrote:
Hi ALL
I am planning to start programming perl for my p
N, Guruguhan (GEAE, Foreign National, EACOE) wrote:
Hi All,
I wanted to check whether the user input is only a number and does contain
any alphabet/s anywhere i.e. starting, end or in-between. Can somebody tell me how to
do this?
TIA
Guruguhan
Hey,
Please wrap your lines :-)
To match 4
Hi Aditi,
aditi gupta wrote:
hi,
vi is used only in unix and linux.which editor can be used in windows and is better than notepad.
That is not quite correct, there is vim for windows, it gives you vi on
windows, though it's the enhanced version of VI, it gives you syntax
highlighting etc.
So p
Hi,
When I include the line
use strict;
in any perl program, I get the following error:
"Internal Server Error
What does occur when you run the file manually?
perl -T $filename
Perhaps that gives a possible error definition,
Personally i tend to use ;
use diagnostics;
use warnings;
use strict;
so
Hey Joe,
[EMAIL PROTECTED] wrote:
Hi Gurus !
I am not a Guru, i am a newb :-)
Well need your help in framing a RegExp
I've to parse for the tag in a HTML/ASP file and then when i get that i need
to get only yhe action filepath in to an array ! How do i do it ?
For Example
i need only th
r.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene
-Oorspronkelijk bericht-
Van: Silky Manwani [mailto:[EMAIL PROTECTED]
Verzonden: donderdag 4 maart 2004 19:15
Aan: Remko Lodder
CC: [EMAIL PROTECTED]
Onderwerp: Re: [Perl-beginners] Perl scri
Actually, My program has a list of stuff to be done which needs to be
done as say user "x". Then I need to switch user to root as the rest of
the program needs to do stuff as user root.
so, me doing
system("sudo su root");
doesn't help as it asks for the password.
On Mar 4, 2004, at 10:08 AM,
perhaps you should let the script do something like SUDO,
and permit it to run a single command, or limited commandset
of root operations, even without password, (you dont want that actually
but since sudo can log stuff, it might be what you aim for)
Cheers
--
Kind regards,
Remko Lodder
Elvanda
your config resides in ~/.cpan
perhaps you can delete that directory, and reconfigure it?
cheers
--
Kind regards,
Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene
-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailt
P.Q.
Tel.: (819) 676-8100 X2833
[EMAIL PROTECTED]
> -Original Message-
> From: Remko Lodder [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 04, 2004 3:15 PM
> To: Hemond, Steve; [EMAIL PROTECTED]
> Subject: RE: [Perl-beginners] How to reinstall CPAN?
>
On Thu, 2 Oct 2003, Todd Wade wrote:
>
> "R. Joseph Newton" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Todd Wade wrote:
> >
> > > I'm willing to pester the site owners to let you do the site. But it
> will
> > > probably take more than just you and I. The lack of responses t
"R. Joseph Newton" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Todd Wade wrote:
>
> > I'm willing to pester the site owners to let you do the site. But it
will
> > probably take more than just you and I. The lack of responses to your OP
> > might indicate the amount of help the r
Todd Wade wrote:
> I'm willing to pester the site owners to let you do the site. But it will
> probably take more than just you and I. The lack of responses to your OP
> might indicate the amount of help the rest of the group is willing to
> contribute.
I think you may be misinterpreting the sile
"Shlomi Fish" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Hi all!
>
> I believe learn.perl.org is very lacking:
>
> 1. Its design is ugly.
>
agreed
>
> 2. No links to many important online resources such as tutorials, books,
> article collections, mailing lists, web forums, e
19 matches
Mail list logo