Help for this page

Select Code to Download


  1. or download this
        use File::Spec;
        $rel_path= File::Spec->abs2rel( $abs_path );
    
  2. or download this
        use File::Spec::Functions qw( abs2rel );
        $rel_path= abs2rel( $abs_path );