Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Error in the example code

by Anonymous Monk
on Sep 10, 2001 at 05:39 UTC ( [id://111373]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @simpsons=split(/\s+/ $line); #now splits $line on 1 or more whitespac
    
    +e characters
    
    #@simpsons now containts ("Bart","Lisa","Maggie","Marge","Homer");
    
  2. or download this
    $postcodes=join(", ",@Postcode_array);
    print "any area.  postcode1, postcode2, postcode3\n";
    What I would like to print out is this.
    print "any area.  postcode1, postcode2 & postcode3\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2024-04-24 14:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found