"John W. Krahn" wrote:
>
> Fuzzy wrote:
> >
> > in php i would use
> > $outout = sprintf("%s,%s,%s,\"%s\"", $date, $time, $file, $title);
>
> It is exactly the same in perl. Or you could write it like this:
>
> $outout = sprintf '%s,%s,%s,"%s"', $date, $time, $file, $title;
>
> Or like this:
>
Fuzzy wrote:
>
> i need to know how do file i/o.
perldoc perlopentut
perldoc perlsyn
> i know c, c++, php, 5 different vb, so i'm not new to programming, just
> to perl.
>
> i'm going to be send stuff to this script using a html form via ACTION=,
> so i need to know how to pull them in, smush
On Sat, 28 Jun 2003, fuzzy wrote:
> i need to know how do file i/o.
>
> i know c, c++, php, 5 different vb, so i'm not new to programming, just
> to perl.
>
> i'm going to be send stuff to this script using a html form via ACTION=,
> so i need to know how to pull them in, smush them into a string