> > > ($bash, ($rest)) = split(/\s/, $line); $rest will still only contain 'FRI'. This is the same as my ($a) = (1, 2, 3, 4); $a becomes 1 after this 2, 3, 4 are just ignored
> > > to force the slurp and then dump it into a string. Try 'em both; neither > is tested. > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]