Help for this page

Select Code to Download


  1. or download this
      this is some text.
      A period (".") usually terminates a statement.
      But not if it's quoted.
      Regardless of whether or not single quotes, '.', are used.
    
  2. or download this
    use Regexp::Common;
    use Data::Record; # doesn't exist
    my $record = Data::Record->new(
    ...
      unless => $RE{quoted},
    );
    my @data = $record->split($data);