Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        $text =~ tr{\x0b}{\n};
        printf qq{%s -> ***%s***\n}, $style, $text;
    }
    
  2. or download this
    Heading 1 -> ***Heading 1 text***
    Heading 2 -> ***Heading 2 text***
    Normal -> ***Normal***