Search Results

Search: Posts Made By: Zaxon
1,890
Posted By Zaxon
CONTENTS is name of a textarea and cgiparams is a...
CONTENTS is name of a textarea and cgiparams is a hash of html form's tags like button and text input etc. you can produce me an article ??
1,890
Posted By Zaxon
Ambiguity in unicode, Perl CGI
Hello,
I was written a cgi with a textarea to save some words from web.
I grab and write words like this:


$cgiparams{'CONTENTS'} =~ s/\r//g;
...
Forum: IP Networking 08-07-2009
2,252
Posted By Zaxon
problem with bridging!!! :(
Hello,
I have an UTM [Unified Thread Management] that has 4 ports. I was bridged two ports of it. my pc wired to one port and other one to network. Now I can ping my default gateway but it doesn't...
1,193
Posted By Zaxon
Realy Thanks coolboys!
Realy Thanks coolboys!
1,193
Posted By Zaxon
= delimited
name=matt
family=fisher
username=garbage

this is a sample file, I need the value of user name that now are garbage.
how I can do it?

by grep or sed or awk.

Thanks in advance
Forum: Web Development 05-17-2009
2,332
Posted By Zaxon
cbkihong Thanks.
cbkihong Thanks.
Forum: Web Development 05-17-2009
2,332
Posted By Zaxon
apache, surfing a directory
Hi,
I have a directory and I need a url that users can surf it.like ftp.
my web server is apache.
Thanks in advance.
Forum: Linux 04-22-2009
2,752
Posted By Zaxon
compile kernel and debug it. this technique known...
compile kernel and debug it. this technique known as UML (User mode linux) and reason is debug.
I compiled it. tnx.
Forum: Linux 04-20-2009
2,752
Posted By Zaxon
kernel compile
Dear experts,
How can compile the kernel as application mode?

Thanks in advance.
2,138
Posted By Zaxon
no no, I should work more to find it out . sorry.
no no, I should work more to find it out . sorry.
2,138
Posted By Zaxon
/proc/$pid/maps If you can find sshd, u can...
/proc/$pid/maps

If you can find sshd, u can find out that your console is a ssh.
Forum: Infrastructure Monitoring 03-30-2009
6,329
Posted By Zaxon
Kevin thanks. it's sloppy code due to it is...
Kevin thanks.
it's sloppy code due to it is under constructor.:D
but my problem isn't fall through condition. I have two code. the first code work properly. my problem is method call. Mr kevin,...
Forum: Infrastructure Monitoring 03-29-2009
6,329
Posted By Zaxon
diffrence between method call and function call in perl
Hello,
I have a problem with package and name space.
require "/Mehran/DSGateEngineLib/general.pl";
use strict;
sub System_Status_Main_Service_Status_Intrusion_Prevention
{
my %idpstatus;
...
2,753
Posted By Zaxon
Yes, exactly. sprintf make scalar.:) Thanks.
Yes, exactly. sprintf make scalar.:) Thanks.
2,753
Posted By Zaxon
sprintf result on perl
Hello,
In perl lang, I have create a string (@str) by sprintf but unfortunately when program printed it out, only I could saw a number like 1. Certainly printf doesn't problem. How I can convert a...
2,528
Posted By Zaxon
It's cool. TinWalrus Thanks.
It's cool. TinWalrus Thanks.
2,528
Posted By Zaxon
Yes, I Know, but I couldn't change my post...
Yes, I Know, but I couldn't change my post subject. It's result of my bad internet connection. Sorry.

please help me
How we can run a string as a function. for exam, I make a hash in perl and...
2,528
Posted By Zaxon
Function Call
Hi,
I have a string corresponding to a function. How I can call that function without if statement?
Thanks in advance.
2,142
Posted By Zaxon
Function Call
How we can start a process if doesn't exists before?
19,762
Posted By Zaxon
Thanks otheus, but what is role of &?
Thanks otheus, but what is role of &?
19,762
Posted By Zaxon
What is >&5 ??
Hello I have a stupidy question. in below line what's meaning of >&5? echo "$as_me:$LINENO: checking wxWidgets version" >&5 tnx in advance
3,003
Posted By Zaxon
Mr Pludi and Kevin, Thanks a lot.
Mr Pludi and Kevin, Thanks a lot.
3,003
Posted By Zaxon
perl socket
Hello there:
What is default value of listen if I, avoid init it on constructor. I need maximum num for Listen. I want to write a daemon thus i need unlimited listen.

my $sock =...
Forum: Infrastructure Monitoring 03-01-2009
2,773
Posted By Zaxon
This is my server code #!/usr/bin/perl -w use...
This is my server code
#!/usr/bin/perl -w
use strict;
use warnings;
use threads;
use POSIX 'setsid';

use Connection; #Connection Interface plus below line
use IO::Socket qw(:DEFAULT :crlf);...
Forum: Infrastructure Monitoring 03-01-2009
2,773
Posted By Zaxon
Socket's session
Hi there,
I need a socket (server) in perl that when session created by a client request, take a string and after some proccesing on it, send a string(response) and close the session. but socket...
Showing results 1 to 25 of 55

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