Search Results

Search: Posts Made By: sudhir_onweb
59,273
Posted By sudhir_onweb
Hi Meghana, use a line-break "\n" in your...
Hi Meghana,

use a line-break "\n" in your print statements ;-)

~sudhir
3,650
Posted By sudhir_onweb
using input record separator
Hi,

One more way to do this is to set the input record separator $/ to "";

$/ = "";
@array = <FILE>;

The variable "array" would contain your file characters.

~thanks
Sudhir
2,155
Posted By sudhir_onweb
Hi Exactly. What you are trying to do is...
Hi

Exactly. What you are trying to do is fine. Did you try any such script? I have done it couple of times, and it seems simple. Let me know if you need any help in parsing the contents.
...
17,383
Posted By sudhir_onweb
suppress echo while reading input in expect
Hi all,

I tried searching for similar threads. Couldn't get any for Expect scripting.
I am trying automate a task which requires login to a machine. The user
would be prompted for the...
4,572
Posted By sudhir_onweb
@sysgate
Hi sysgate,

thanks for the reply. But i am unable to open the 'online version' link which you had mentioned. Gateway times out. Can you please resend me the same.

Is there anything...
4,572
Posted By sudhir_onweb
Hiding PHP code on the server
Hi all,

Sometime back, had put up a Q regarding hiding perl code.
A: There is a utility known as 'pp' which comes along with PAR. Downloaded from
CPAN. These people have done...
3,012
Posted By sudhir_onweb
Okay. Would do that. Actually, I heard that we...
Okay. Would do that. Actually, I heard that we can reverse the process. If not, then that would be great for me. Would go in for the Obfuscator.
Thanks...
3,012
Posted By sudhir_onweb
Thanks. That was of help. I need to purchase that...
Thanks. That was of help. I need to purchase that one. But, would anyone be able to reverse the process, using the same obfuscator? No idea about this.

Also, is there any way to convert .pm...
3,012
Posted By sudhir_onweb
Hiding perl-cgi code
Hi all,

This is my first post in this forum. Searched the threads, couldn't get information about this.
I have developed a web-based tool using CGI. The code consists of cgi files...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 07:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy