Re: Heredocs with \r\n on linux

2017-10-16 Thread David Santiago
socket $string Best regards, David Santiago 2017-10-16 1:12 GMT+02:00 Kent Fredric : > On 16 October 2017 at 11:24, David Santiago wrote: >> >> Hi. >> >> How can i have \r\n on my heredoc string when i run my script in linux? >> >> my $text=<<"EN

Heredocs with \r\n on linux

2017-10-15 Thread David Santiago
uot;This is one line\r\nThis is another one\r\nFinal line" What's the best way of accomplishing this? I know that i can $text=~ s/\n/\r\n/; but i think it must be a better way... Best regards, David Santiago -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional

Re: Script runs slower with better hardware

2016-06-02 Thread David Santiago
s attached. Regards. David Santiago 2016-06-02 16:59 GMT+02:00 James Alton : > The laptop has better specs in terms of number of threads and memory > bandwidth. I'd also have a play around with the "perf" command if all other > software versions are the same and you want to

Re: Is perl user specific

2016-01-06 Thread David Santiago
Hello Ankita, The error says all: Perl 5.008003 required--this is only version 5.00503 You are running perl version 5.005, but the minimum version to run is 5.008. Most probably the other account on the same server have a higher perl version installed (please check perlbrew (http://perlbrew.pl/)