Help for this page
#!/usr/bin/perl -w use strict; ... print TEMP $_ while <$fh>; } close TEMP or warn "error closing temp.jpg: $!\n";