Help for this page

Select Code to Download


  1. or download this
    my $path = "C:\\Program Files\\Internet Explorer\\";
    my @tokens = split(/\\/, $path);
    foreach(@tokens) {
    ...
        $_ = substr($_, 0, 6) . '~1';
    }
    $path = join("\\", @tokens);
    
  2. or download this
    open(OUTFILE, ">\"C:\\Temp\\Jane's Addiction.CHOPRO\"");