Help for this page

Select Code to Download


  1. or download this
      bareword
      "quoted string"
    ...
      bareword = bareword
      bareword = "quoted string"
      bareword = 'quoted string'
    
  2. or download this
      while ($tag =~ m{
        \G
    ...
          : $1                        # bareword
        ;
      }