Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: opening files where name is a concatenation of variable

by philcrow (Priest)
on Oct 10, 2007 at 15:30 UTC ( [id://643987]=note: print w/replies, xml ) Need Help??


in reply to opening files where name is a concatenation of variable

You don't need (or want) dots for concatenation inside a string. Things just interpolate:
...">$basedir/output/file.text") or die ;

Phil

The Gantry Web Framework Book is now available.

Replies are listed 'Best First'.
Re^2: opening files where name is a concatenation of variable
by confused_newbie (Initiate) on Oct 10, 2007 at 15:33 UTC
    fantastic, it works! thanks phil

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-25 10:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found