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

Executing perl code

by pglenski (Beadle)
on Feb 13, 2013 at 18:16 UTC ( [id://1018592]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $worksheet = $workbook->add_worksheet();
    
    $workbook->set_landscape()
    $workbook->set_freeze_panes(2,0)
    
  2. or download this
    while(<IN>) {
      chomp;
      $worksheet->$_
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found