#!/usr/bin/Perl -w use strict; my $x; while ( $x = ) { print "$x\n"; }