open (my $fh, '<', $file) or die "Oops: $!"; while (<$fh>) { print "$1\n" if /([[:print:]]+)/ } close $fh; [download]
In reply to Re: perl2exe hacking by cdarke in thread perl2exe hacking by Anonymous Monk