http://qs1969.pair.com?node_id=643987


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