On Tuesday 30 Mar 2010 20:02:54 Shawn H Corey wrote:
> On Tue, 30 Mar 2010 18:20:02 +0200
>
> chew23 wrote:
> > > I hope you're going to like Perl 5 and will use it for years to
> > > come. [P6] Just a note - it's either "Perl" or "perl" but never
> > > "PERL":
> > >
> > > http://perl.org.il/mis
On Tue, 30 Mar 2010 18:20:02 +0200
chew23 wrote:
> >
> > I hope you're going to like Perl 5 and will use it for years to
> > come. [P6] Just a note - it's either "Perl" or "perl" but never
> > "PERL":
> >
> > http://perl.org.il/misc.html#pl_vs_pl
>
> I apologize to the list, but I was not aware o
Welcome to the Perl world , Perl community and this list. You can find many
resources and links to resources for Perl beginners on the Perl Beginners'
Site:
http://perl-begin.org/
Many thanks for this!
I hope you're going to like Perl 5 and will use it for years to come. [P6]
Just a note -
On Tuesday 30 Mar 2010 13:38:12 chew23 wrote:
> Hi all guys,
> I'm new to PERL, I'm now to the list.
>
> This is just for a presentation...
>
Hi chew23!
Welcome to the Perl world , Perl community and this list. You can find many
resources and links to resources
Hi all guys,
I'm new to PERL, I'm now to the list.
This is just for a presentation...
See you soon.
chew23
--
go ahead... be a heretic!
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
From: Anusha Krishna chand
> I have to make my back button of the browser disable ... can any
one
> help me in doing that using perl script...
> Thanks in advance
> Anusha Krishnachand
The quickest way to do that in most browsers is right click on the
toolbar, select customize and remove
Hi ...
I have to make my back button of the browser disable ... can any one
help me in doing that using perl script...
Thanks in advance
Anusha Krishnachand
Hi all,
Can we read or delete multi-lines from Listbox widget?
If not, what widget can do it? Text?
If it can, how to do it?
Please help me. I waste a lot of time and can't figure it out.
Thanks.
Hui
Hi all,
Hi all, when click on an item which laied in a ListBox, can we let some strings
print
into a Text widget area.
Below is my perl script which does not work properly.
use warnings;
use strict;
use Tk;
use URI;
my $mw = MainWindow->new;
my $text = $mw->Scrolled(qw/Text -relief
On Wed, Nov 16, 2005 at 08:28:39AM -0600, Gomez, Juan wrote:
> But why no one has done something to make Perldoc more helpful for all?
Who are you expecting to do that? Perl is developed by volunteers. And
the number of active developers is vanishingly small compared to the
number of people wh
Shawn Corey wrote:
...searching perldoc really, really sucks. The only search
available is `perldoc -q keyword` and it only searches the FAQs and
then, only their questions. That's right, only the questions; the
answers are skipped!
Here's a 3-line shell script I use to grep through the core
: beginners@perl.org
Subject: Re: Hi All
On Wed, 16 Nov 2005, Shawn Corey wrote:
> Date: Wed, 16 Nov 2005 08:34:16 -0500
> From: Shawn Corey <[EMAIL PROTECTED]>
> To: beginners@perl.org
> Subject: Re: Hi All
>
> Randal L. Schwartz wrote:
> >>>>>>"Hri
On Wed, 16 Nov 2005, Shawn Corey wrote:
> Date: Wed, 16 Nov 2005 08:34:16 -0500
> From: Shawn Corey <[EMAIL PROTECTED]>
> To: beginners@perl.org
> Subject: Re: Hi All
>
> Randal L. Schwartz wrote:
> >>>>>>"Hridyesh" == Hridyesh Pant <[
Randal L. Schwartz wrote:
"Hridyesh" == Hridyesh Pant <[EMAIL PROTECTED]> writes:
Hridyesh> Check this site http://perldoc.perl.org/
Why refer someone to a website that replicates everything that is on
their own disk anyway? It boggles my mind every time I see this!
Because searching perl
PROTECTED]
Sent: 16 November 2005 15:06
To: beginners@perl.org
Subject: Re: Hi All
>>>>> "Hridyesh" == Hridyesh Pant <[EMAIL PROTECTED]> writes:
Hridyesh> Check this site http://perldoc.perl.org/
Why refer someone to a website that replicates everything that
> "Hridyesh" == Hridyesh Pant <[EMAIL PROTECTED]> writes:
Hridyesh> Check this site http://perldoc.perl.org/
Why refer someone to a website that replicates everything that is on
their own disk anyway? It boggles my mind every time I see this!
Learn to use the "perldoc" command.
As for site
Check this site http://perldoc.perl.org/
Regards
Hridyesh
-Original Message-
From: Santosh Reddy [mailto:[EMAIL PROTECTED]
Sent: 15 November 2005 12:10
To: beginners@perl.org
Subject: Hi All
Hi All,
This is my first mail to this mailing list. I am just starting to learn
Perl
On Tue, 15 Nov 2005, Santosh Reddy wrote:
> This is my first mail to this mailing list. I am just starting to
> learn Perl.
>
> Please help me in getting the basics cleared.
Here's some basics:
http://learn.perl.org/
Here's another:
This list responds best to direct questions about specific p
Hi All,
This is my first mail to this mailing list. I am just starting to learn
Perl.
Please help me in getting the basics cleared.
Thanks
Santosh
MAIL PROTECTED]>
Sent: Friday, November 22, 2002 3:34 PM
Subject: RE: Hi all, question about caracter detection
> Hi All,
>
> thankx for the help (Sudarshan Raghavan and Beau E.
> Cox), i have found a generic solution
>
> here is the sample script...
>
Hi All,
thankx for the help (Sudarshan Raghavan and Beau E.
Cox), i have found a generic solution
here is the sample script...
#
#!/usr/bin/perl -wT
##
# modules
##
use strict
On Mon, 18 Nov 2002, Beau E. Cox wrote:
> Hi -
>
> This will 'strip' all but a-zA-Z0-9:
>
> #!/usr/bin/perl
>
> use strict;
> use warnings;
>
> my $STRING = "kjsh234Sd\nki";
>
> $STRING =~ s/[^a-zA-Z0-9]//sg;
>
> print "$STRING\n";
>
> the ~ makes the character class negat
new lines, and g means global.
Aloha -> Beau.
-Original Message-
From: Miguel Angelo [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 2:31 AM
To: [EMAIL PROTECTED]
Subject: Hi all, question about caracter detection
Hi All,
Thankx for reading this.
I have a very newbie ques
Hi All,
Thankx for reading this.
I have a very newbie question...
i'm working on a CGI and i want only to permit some
caracters by the user...
imagine
my $STRING = "kjsh234Sd\nki";
# now i want to check if there is any invalid caracter
# in this case a-z ; A-Z and 0-9
there
hi group
well, i ve gotta file that doesnt ve uniform structure. i wud like
to extract the values by using the key.
Ex
name xxx
Ed.q yyy
Add zzz bbb
aaa ccc
bbb ddd
in this ex, i want to extract the name and the address, if i use
/t then i can extract only t
_
Do You Yahoo!?
«Ø¥ßÓ¤Hºô¯¸ http://geocities.yahoo.com.hk
Build your own website at http://geocities.yahoo.com.hk
26 matches
Mail list logo