http://qs1969.pair.com?node_id=123153


in reply to Variable/if question...

Indomitus beat me to the submit button, I see.

if($pword eq $cpword){ open (FILE, "< memberlist.txt") or die $!; while(<FILE>){ push @lines,$_; } close FILE or die $!; }

mkmcconn