Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use Cwd;
    ...
    my $dir = getcwd;
    my $abs_path = abs_path($file);
    print $abs_path . "\n";