Help for this page

Select Code to Download


  1. or download this
    #    my @split = split /\n|\r/, $message;
        my @split = split /[\n\r]/, $message;
    ...
            $_ =~ s/[\n\r]$//sig;
            print "BLA ... \"$_\" <br />";
        }
    
  2. or download this
    BLA ... "== another main header"
    BLA ... "
    "
    ...
    ==== a sub-sub header
    g
    dsfgdsf