help with variable

2001-11-16 Thread Alen Sarkinovic
I have 10 scripts and they all have variable $phone_number=(XXX); I need to made module that will efect all scripts to use the value from that variable. How can I do that? Thanks Alen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2001-11-10 Thread Alen Sarkinovic
-Original Message- From: walter [mailto:walter]On Behalf Of walter valenti Sent: Friday, November 09, 2001 8:07 AM To: Etienne Marcotte Cc: [EMAIL PROTECTED] Subject: Re: Off-Topic (200%) - Where are you from? Bosnia and Herzegovina Sarajevo Alen -- To unsubscribe, e-mail: [EMAIL PR

Learn Perl

2001-07-07 Thread Alen Sarkinovic
I found link with printed book : Teach Yourself Perl 5 in 21 days David Till http://www.vel-kladusa.net/Perl21/Perl21/index.htm

need code

2001-06-20 Thread Alen Sarkinovic
Hi Can anybody send me code of perl that will take input from web and execute Unix command ,I mean SYSTEM(/bin/somecommand $variable) I have try everything but still not able to execute from web ,everything goes fine from command line :perl -T script.pl variable=blabla

problem with command system,again

2001-06-19 Thread Alen Sarkinovic
Hello , Again, problem with executing perl script from web . I have fixed all my code and did not get any mestake with option perl -T This perl script does not have any problem with executing from command line : perl -T smsgw.pl dest=5453 msgtxt=blabla but when I try to made submit from web I get

problem with command SYSTEM

2001-06-16 Thread Alen Sarkinovic
Helo , I have problem with submiting form to perl script : What realy problem is when I try to submit form trought web I get $retval= -1 from smsgw.pl script, but when I try that from command line : perl smsgw.pl dest=233435 msgtxt=hi it works without any problem . Where I'm wrong? Thanks , Al