Gossamer Forum
Home : General : Perl Programming :

Re: [dan] File Creation

Quote Reply
Re: [dan] File Creation In reply to
I don't think you can, AFAIK - could I ask what you are trying to achieve?

I tried a couple of ways before posting but neither worked....

Code:
my $var = qq!\x2!;
open F, ">./foo${var}bar" or die $!;
close F;


Code:
open F, ">./foo/bar" or die $!;
close F;
Subject Author Views Date
Thread File Creation dan 7265 Dec 14, 2003, 11:43 AM
Thread Re: [dan] File Creation
Coombes 7143 Dec 14, 2003, 12:04 PM
Thread Re: [Coombes] File Creation
dan 7183 Dec 14, 2003, 12:17 PM
Thread Re: [dan] File Creation
Coombes 7122 Dec 14, 2003, 1:26 PM
Thread Re: [Coombes] File Creation
dan 7166 Dec 14, 2003, 1:44 PM
Post Re: [dan] File Creation
Coombes 7108 Dec 14, 2003, 3:23 PM