Help for this page

Select Code to Download


  1. or download this
    $_ = 'foo\$bar';
    {
     if(m/\G((?:\\\$|\$)\w+)/gc or m/\G(\w+)/gc) {
    ...
      redo;
     }
    }
    
  2. or download this
    token: 'foo'
    token: '\$bar'
    
  3. or download this
    token: 'foo'
    token: '$bar'