Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # File Name : parent.pl
    ...
    
    # Any possible way to use the shell script variable here
    print "\n$MY_LIB_PATH";
    
  2. or download this
    #!/bin/sh
    # File Name : path_reset.sh
    ...
    MY_LIB_PATH=$ORACLE_HOME/$MY_HOME/$VAR1
    export $MY_LIB_PATH; 
    echo $MY_LIB_PATH