Re: System COmmand's in Perl

2001-12-07 Thread Djoko Priyono
Hi David, you can use either system or `` , for example : system("ls -F /var > /tmp/t.tmp"); or $tmp = `ls -F /var > /tmp/t.tmp`; -Djoko- www.dnet.net.id - It is said that the lonely eagle flies to the mountain peaks while the lowly ant crawls the ground, but cannot the soul o

Re: mysql....postgres

2001-12-06 Thread Djoko Priyono
nafiseh saberi menulis pd tgl 06 December 2001 Thursday 06:29 pm sbb: :: hi dear team... :: :: why do you use always "mysql" and :: not "postgres" ?? Not always use mysql, I use Postgres for my database. Regards, Djoko Priyono www.dnet.net.id ::

Re: -onChange

2001-11-22 Thread Djoko Priyono
t; >examples? If you're trying to learn about CGI.pm that support Javascript, this is a good site : http://stein.cshl.org/WWW/software/CGI/cgi_docs.html - Djoko Priyono System Programmer PT Dyviacom Intrabumi Tbk. www.dnet.net.id Jakarta - Indonesia > > > > You're barking u

Re: getting ip address

2001-11-22 Thread Djoko Priyono
#! /usr/bin/perl use CGI; $q = new CGI; $ip = $q->remote_host; if ( $ip eq 'w.x.y.z') { # code } else { # code } -- Djoko Priyono System Programmer PT Dyviacom Intrabumi Tbk. Jakarta - Indonesia On Wednesday 21 November 2001 08:02 pm, Rahul Gar

Re: writting in a file

2001-11-21 Thread Djoko Priyono
ve/temp.htm") || die "Impossible d'ouvrir $!\n"; foreach $template(@template) { print (TEMP,$template); } close TEMP; -- Djoko Priyono System Programmer PT Dyviacom Intrabumi Tbk. Batavia Tower 6th Floor Jl. KH Mas Mansyur Kav. 126 Jakarta - Indonesia On Tuesday 20 No

Re: Off-Topic (200%) - Where are you from?

2001-11-15 Thread Djoko Priyono
I'm from Jakarta Indonesia Kind Regards, Djoko Priyono - Original Message - From: Gustavo Jara <[EMAIL PROTECTED]> To: patrick <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 4:33 PM Subject: Re: Off-Topic (200%) - Where are you from?