H
heylow
Gurus,
I have a dot file that contains the following.
$pwd
/home/oracle
$cat .edp
export ORACLE_HOME=/home/oracle/product/10.2.0/db
export SID=EDP
I have one line perl script.
$cat 1.pl
#!/usr/local/bin/perl
.. ~/.edp
$./1.pl
syntax error at ./1.pl line 2, near "."
Execution of ./1.pl aborted due to compilation errors.
How to get rid of this error?
Thanks
I have a dot file that contains the following.
$pwd
/home/oracle
$cat .edp
export ORACLE_HOME=/home/oracle/product/10.2.0/db
export SID=EDP
I have one line perl script.
$cat 1.pl
#!/usr/local/bin/perl
.. ~/.edp
$./1.pl
syntax error at ./1.pl line 2, near "."
Execution of ./1.pl aborted due to compilation errors.
How to get rid of this error?
Thanks