Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Perl usage

by Anonymous Monk
on Nov 22, 2015 at 17:01 UTC ( [id://1148355]=note: print w/replies, xml ) Need Help??


in reply to Perl usage

my @matches = 'Revision 1.4 ' =~ /\d+/g; my $format = '%d.'; $format .= '%02d' x (scalar @matches - 1); my $version = sprintf $format, @matches; $VERSION = $version;
Is it more understandable?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1148355]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-20 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found