Help for this page

Select Code to Download


  1. or download this
    use Encode qw( decode );
    my $strPath = decode("C:\\server\\htdocs\\DEVELOPMENT\\testing\\...\\t
    +est\\test.ssi");
    
  2. or download this
    use utf8;
    my $strPath = "C:\\server\\htdocs\\DEVELOPMENT\\testing\\...\\test\\te
    +st.ssi";