The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.perl.misc
From: "J. Gleixner" <glex_no-s...@qwest-spam-no.invalid>
Date: Thu, 16 Aug 2012 15:51:29 -0500
Local: Thurs, Aug 16 2012 4:51 pm
Subject: Re: number of starting tabs
On 08/16/12 15:07, George Mpouras wrote:
> I want to count the number of staring tabs of a string. Is there any
Avoid doing a substitute/replace and just capture them:
> better way than > my $var = ' foo ';
my ( $tabs ) = $var =~ /^(\t+)/;
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||