Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

what is @$varname in perl

by sandy105 (Scribe)
on Jul 03, 2014 at 08:38 UTC ( [id://1092122]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach(@files){
        if(/\.csv$/i) { # if the filename has .csv at the end
            push(@csvfiles,$_);
    ...
        close(hanw);
        close(hanr);
    }
    
  2. or download this
    @$row = split(/,/, $line );
        push @$sheet2 , $row;
    }
    ...
    {
        *print hanw join (',', @$row ),"\n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1092122]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-24 04:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found