Help for this page

Select Code to Download


  1. or download this
    sub prefix_print {
        print map $_ ne "\n" ? "$prefix$_":$_, split /(\n)/, join '',@_;
    }