Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    $size = 1024;
    ...
    read(DATA,$image,$size);
    print $image;
    __DATA__