Help for this page

Select Code to Download


  1. or download this
    open(PBXFILE, '<', "c:\/gabi\/global_address.txt") || die "cannot open
    +: $!";
    
    ...
        $line =~ s/"//g; #Thanks, almut
        print $line;
    }