goodmorning (or evening, or what have you) ok. here's my snippet of code:
sub get_list{ my($inputfilehandal)=@_; open (IN,"$inputfilehandal"); while(<IN>){ #if i could seperate each instance of IN with #something other than /n push(@firstarray,$_);} close (IN); } ----- instead of /n being the delimiter for each element in @firstarray- i would like to specify something else. *sigh* willy Once I could compile, My kernel every day, But I just can't compile, That SSSCA. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]