- or download this
# .bash_profile
# Get the aliases and functions
...
export CTC_HOME=/Inf/work/
#PATH=$PATH:$HOME/.local/bin:$HOME/bin
#export PATH
- or download this
#!/bin/perl
#
...
}
my $dir = "cd $CTC_HOME";
chdir($dir);
- or download this
Global symbol "$CTC_HOME" requires explicit package name at ./program.
+pl line 12.
Execution of ./program.pl aborted due to compilation errors.