Help for this page

Select Code to Download


  1. or download this
    use Path::Class qw( file );
    
    ...
            ->relative('A:\\B.CD(E)~!@#$%^&'),
        "\n"
    );
    
  2. or download this
    use File::Spec::Functions qw( abs2rel );
    
    ...
            'A:\\B.CD(E)~!@#$%^&'),
        "\n"
    );