Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl
    ...
    
    my $abs_path = File::Spec->rel2abs( $cur_dir ) ;
    print $abs_path, "\n";