Help for this page

Select Code to Download


  1. or download this
    <a href="/cgi-bin/myscript.pl/logfile.txt?request=download">
    Click here to download</a>
    
  2. or download this
    # add this to the script
    
    ...
        print $buffer while (read(FILE, $buffer, 4096));
        close FILE;
    }