Help for this page

Select Code to Download


  1. or download this
    use Readonly;
    Readonly $NL => "\012";
    ...
    use constant NL => "\012";
    [...]
    print FILE "header1" . NL . "header2" . NL;