in reply to Re^2: using split
in thread using split

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^4: using split
by imp (Priest) on Jun 05, 2007 at 00:30 UTC
    One of the most valuable things I learned from perlmonks is to always test my assumptions. Before posting a response to a question I always run the example code that I am providing and verify that it works the way I anticipate.

    The reply I provided above demonstrates that the perl parser sees the two statements as equivalent. Here is an example that proves the behaviour:

    > perl -le "print for @cols = split('|', 'ab|c');" a b | c
Re^4: using split
by FunkyMonk (Bishop) on Jun 04, 2007 at 22:10 UTC
    I think you missed the point entirely:(
Re^4: using split
by naikonta (Curate) on Jun 05, 2007 at 02:30 UTC
    What would you have in mind if you knew from split that the first argument is /PATTERN/? :-)

    Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!