Help for this page

Select Code to Download


  1. or download this
    my $code;
    {
    ...
            push @csv, @rest if ( @rest );
        }
    }
    
  2. or download this
    {
        local $/;
    ...
    $code =~ s{ */\*.*?\*/ *}{ }gs;  # allow "." to match "\n"
    
    # now split on commas (and newlines?)