Reading Environment Variables

2001-11-27 Thread Mcgregory Pinto
Hi all ... I´m working in a Unix environment, and I´ve two shell scripts xxx.sh and zzz.sh. This scripts change the value of environment variable GRG initialized with 'aaa'. The first fill with 'xxx' the second fill with 'zzz'. I need to call this scripts in a Perl script and get the variable GRG

Split a perl source in many sources files ??

2001-11-21 Thread Mcgregory Pinto
Can i split a Perl script in two or more files ? How ? Gregory -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How i use a external library ?

2001-10-29 Thread Mcgregory Pinto
Hi ... How i use a external library in PERL ?? I need call some librarys writen in C language ... Thanks ... Gregory -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How can i use Sybase with Perl ??

2001-09-10 Thread Mcgregory Pinto
Hello ... How can i use sysbase with perl ?? Any information, sites, tutorials, etc ... are welcome. Sorry my bad english. Gregory

sort in a file using Perl

2001-09-06 Thread Mcgregory Pinto
Hi ... How i do a sort, like "sort -k3,5 -d" "" command, in a file using Perl. Sorry my bad english. Gregory.