#!/usr/bin/perl -w use strict; print STDOUT "this is stdout\n"; print STDERR "this is stderr\n";