Re: symlink to "pack"

2019-09-09 Thread Wesley Peng
Hi on 2019/9/10 3:18, John W. Krahn wrote: The operating system is written in C.  The symlink(2) function is part of the operating system and is written in C.  Therefore, when perl calls symlink(2) it has to send a valid C type string.  Because your string starts with a NULL character it is a

Re: symlink to "pack"

2019-09-09 Thread John W. Krahn
On 2019-09-08 12:20 p.m., Jorge Almeida wrote: On Sun, Sep 8, 2019 at 8:08 PM John W. Krahn wrote: On 2019-09-07 1:25 p.m., Jorge Almeida wrote: On Unix/Linux a character in a file name can be any character except a slash '/' character because that is used to separate path elements, or a

Re: Hi Folks : I'm trying to create a regular expression for finding a # wishing a dataset for only a number that is a multiple of 5

2019-09-09 Thread Gautam Desai
Thanks a lot Gautam S Desai On Sun, Sep 8, 2019 at 6:39 PM Mike wrote: > > It's probably best if you write a short script > that reads a __DATA__ section of data. > Then tell us what it does and what you expected > it to do. > > Off hand I don't see anything wrong with your regex, > but I