Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Opening Excel sheet through getcwd

by jmcnamara (Monsignor)
on Jan 12, 2012 at 16:26 UTC ( [id://947572]=note: print w/replies, xml ) Need Help??


in reply to Opening Excel sheet through getcwd

I looks like you haven't included the Cwd module. Do that and try cwd() as follows:

use strict; use warnings; use Cwd; ... # Then later... my $filename = cwd() . '/somefile.xls',

--
John.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-19 12:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found