Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: Re: can't spot the error

by demerphq (Chancellor)
on May 08, 2002 at 08:46 UTC ( [id://164950]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $_=" a b c d e    f g h";
    @list=split/\s+/;
    ...
    __END__
    split /\s+/ :  0 '',  1 'a',  2 'b',  3 'c',  4 'd',  5 'e',  6 'f',  
    +7 'g',  8 'h', 
    split       :  0 'a',  1 'b',  2 'c',  3 'd',  4 'e',  5 'f',  6 'g', 
    + 7 'h',
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://164950]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-26 01:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found