>hello > >is there a way i can dump all the html i am printing through macperl to a >file instead of to the screen? > > >-haris Yeah- just ######Error here! There needs to be a comma after the OUT and before ">$somefile");####### open (OUT , ">$somefile"); ö Right Here| print OUT $htmldata; # instead of print $htmldata; close OUT; and that's it. if you print <<ht_ml; just print OUT <<ht_ml; . -Strider ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch