Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Why do spaces keep getting added after I print the elements of an array?

by chipmunk (Parson)
on Jun 28, 2001 at 01:53 UTC ( [id://92081]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @record = split /(["<",">"])/;
  2. or download this
    while (<OLDFILE>) {
      chomp;
    
    ...
    
      print NEWFILE "$last, $first, $email\n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://92081]
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: (2)
As of 2024-04-19 20:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found