"John W. Krahn" schreef:

>     split   Splits the string EXPR into a list of strings and returns
>             that list.  By default, empty leading fields are
>             preserved,

For which meanings of 'default'?
:)

perl -wle '
  $_ = " a b c ";
  @x = split;
  print scalar @x;
'
3

-- 
Affijn, Ruud

"Gewoon is een tijger."

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to