Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Scalar function

by MidLifeXis (Monsignor)
on Sep 07, 2012 at 17:11 UTC ( [id://992351]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print CSV $_, scalar <$fa>, scalar <$fb>, scalar <$fc>;
    
  2. or download this
      my $line_a = <$fa>;
      my $line_b = <$fb>;
      my $line_c = <$fc>;
    
      print CSV $_, $line_a, $line_b, $line_c;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (8)
As of 2024-03-28 09:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found