in reply to Windows - dirname(__FILE__)
#!/usr/bin/perl use strict; use warnings; use Cwd; my $script_dirname = cwd; print "dirname: $script_dirname\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Windows - dirname(__FILE__)
by aitap (Curate) on Apr 11, 2014 at 17:53 UTC |