Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        Info:   quz
                baz
        Spec:   blah
    
  2. or download this
    {
      "Detail:" => "Some really nice infos these are ",
    ...
      "Spec:"   => "blah ",
      "Warning" => "test ",
    }
    
  3. or download this
        my %row = m{
                (?| \A \s* ( \w+   )
                  | ^  \s* ( \w+ : ) ) \s+
                ( (?: (?!^\s*\w+:) . )+ )
            }xmsg;