Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

(jeffa) Re: Not really obfuscation, but.....

by jeffa (Bishop)
on Nov 14, 2001 at 20:43 UTC ( [id://125353]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $columns = [ qw (one two three) ]; # sample data is GOOD
    print join "\t",@{$columns}. "\n";
    print join ("\t",@{$columns}). "\n";
    
  2. or download this
    print join "\t",@{$columns}, "\n";
    

Log In?
Username:
Password:

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

    No recent polls found