Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper; $Data::Dumper::Terse = $Data::Dumper::Indent = 1;
    
    ...
            set    => [ @set ]
        }), $/;
    }
    
  2. or download this
    my $test = <<EOT;
    This is a new line [,set ]
    ...
        set = [ one | two | three ]
    (this is new also)
    EOT