Help for this page

Select Code to Download


  1. or download this
    +------------+-----------+----------+----------+--------------+
    |            |    SCALAR / VOID     |        LIST             |
    ...
    | /          | ->BOOLEAN | ->COUNT  | ->BOOLEAN | ->CAPTURES  |
    | /g         | ->BOOLEAN | ->COUNT  | ->BOOLEAN | ->CAPTURES  |
    +------------+-----------+----------+-----------+-------------+
    
  2. or download this
    use v5.12.0;
    use warnings;
    ...
    
  3. or download this
    {
      code => "\$res = ( \$str =~ /(2.):(1.):(0.)/ );",
    ...
      }
    }
    
  4. or download this
      DB<36> @res = ( $str =~ /(2.):(1.):(0.)/g )
    
    ...
    7  13
    8  03
      DB<38>