Zecho has asked for the wisdom of the Perl Monks concerning the following question:
$today = `date +%D`; $reg_data = "$handle|$crpw|$first_name}|$last_name|$email_addy|0|$toda +y"; open trf, ">/tmp/.$handle"; print trf $reg_data; close trf;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: avoiding newlines when using system calls.
by dws (Chancellor) on Aug 27, 2001 at 12:14 UTC | |
Re: avoiding newlines when using system calls.
by blakem (Monsignor) on Aug 27, 2001 at 12:17 UTC | |
Re: avoiding newlines when using system calls.
by azatoth (Curate) on Aug 27, 2001 at 12:15 UTC | |
Re: avoiding newlines when using system calls.
by BooK (Curate) on Aug 27, 2001 at 13:42 UTC | |
Re: avoiding newlines when using system calls.
by Beatnik (Parson) on Aug 27, 2001 at 15:02 UTC | |
Re: avoiding newlines when using system calls.
by Zecho (Hermit) on Aug 27, 2001 at 12:21 UTC |