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

Re: It's all getting messy - remove whitespace

by poj (Abbot)
on Jun 15, 2014 at 14:16 UTC ( [id://1089945]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @col1; ## column 1
    my @col_ID; ## column 2
    my @col3; ## column 3
    
  2. or download this
     @AoH = (
    {
    ...
      col_ID => "col_ID",
      col3   => "col3",
    },)
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    3col1abcdefghijklmnopqrstuvwxyz0123456789,3col_ID,+3col3[T],3col4,spli
    +c,+
    4col1abcdefghijklmnopqrstuvwxyz0123456789,4col_ID,-4col3[G],4col4,spli
    +c,-
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (9)
As of 2024-04-18 11:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found