Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @parts = $line =~ /([^=]* = \s* "[^"]*" )\s*/gx;
    
    print "$_\n" for @parts;
    
  2. or download this
    one="1"
    two="2"
    three="3"
    x="y"