Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Regular expressions: interpolate the variable in the value of the number of repetitions for the group

by rjt (Curate)
on Aug 03, 2013 at 10:29 UTC ( [id://1047690]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $binary_data =~ /(.)(.){(?{unpack 'H*', $1})}/; # ?
    /(.)(?{unpack 'H*', $1})(.){$^R}/; # ???
    /(.)((??{'.' x $1}))/;
    /(\d)((??{'.*?\n' x $1}))/;
    
  2. or download this
    /(\d) ([^\d]+?\n)? ([^\d]+?\n)? ([^\d]+?\n)?
          ([^\d]+?\n)? ([^\d]+?\n)? ([^\d]+?\n)?
          ([^\d]+?\n)? ([^\d]+?\n)? ([^\d]+?\n)? /x;
    printf "%d: <%s>\n", $_, eval '$'.$_ for 2..$1+1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-03-19 02:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found