in reply to working with relative paths
use vars qw($Bin $Script); BEGIN { ($Bin, $Script) = split /([^\/\\]+)$/, $0 } chdir $Bin . $ARGV[0];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: working with relative paths
by apotheon (Deacon) on Oct 30, 2004 at 20:28 UTC | |
|
Re^2: working with relative paths
by chanio (Priest) on Oct 31, 2004 at 03:55 UTC |