c:\@Work\Perl>perl -wMstrict 2> two 1> one -le "warn print 'is this a warning?'; " c:\@Work\Perl>type one is this a warning? c:\@Work\Perl>type two 1 at -e line 1.