Re: perl program control -- wvdial

2003-03-05 Thread LaVei
ne offer me some advice...please :) ? try: if( $choice == 1) { $ret = `wvdial`; print $ret; } > Thanks, > -- > jd > [EMAIL PROTECTED] > > Bad spellers of the world untie! > > "I can't tell if I have worked all my life or > if I have never w

Re: perlre and reading files

2003-02-21 Thread LaVei
$file); open (TEXT2, $file2); my $game = join ' ', ; # getting content of files to string my $index = join ' ', ; # getting content of files to string $index =~ s/inpoint/$game/; # replace "inpoint" with content $file2 print $index; close(TEXT); close(TEXT2); exit(0

Re: check file existence

2003-01-09 Thread LaVei
;test the file existence ( it works) > > I would ike to know how to use the "-e" to check it. > > Regards, > Alex > use strict in next time.:-) -- LaVei -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: *nix Perl -> MS SQL Server?

2002-12-27 Thread LaVei
Michael Teter wrote: > I need a reliable interface to the database server, > including support for transactions, and ideally stored > procedures. > May be FreeTDS module can help You? -- WBRLaVei -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm