Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI;
    ...
            my ($test, $filename, $buffer, $bytes_read, $data) = @_;
            print $$test;
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
            my ($test, $filename, $buffer, $bytes_read, $data) = @_;
            $$test .= ': success';
    }