Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^6: Split output by tabs

by ColonelPanic (Friar)
on Nov 13, 2012 at 14:13 UTC ( [id://1003619]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $f, '>out.txt' or die 'ouch!';
    print $f 'foo';
    ...
    
    my $f = 'bar';
    print $f, 'foo';
    
  2. or download this
    use warnings;
    use strict;
    ...
    
    #supposed to be a pattern match, but interpreted as division.
    print $f / $e/ ? 'yes' : 'no';
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-25 02:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found