Search Results

Search: Posts Made By: mjoh
2,065
Posted By mjoh
Thanks, so simple.. back to the books! :)
Thanks, so simple.. back to the books! :)
2,065
Posted By mjoh
Dereferencing (?) in Perl
Hi,

i want to print the mail exchange servers for a domain using the code below, the problem is that i just get the memory locations (?) of the elements in the output, instead of the mx servers.
...
6,859
Posted By mjoh
Thanks man, that was exactly what i was trying to...
Thanks man, that was exactly what i was trying to do! :)
Forum: IP Networking 12-20-2009
6,110
Posted By mjoh
iptables -A OUTPUT -p icmp --icmp-type 8 -j...
iptables -A OUTPUT -p icmp --icmp-type 8 -j DROPTried this but it didn't work, looked up the icmp types and codes, it should be 0 (Echo Reply):
iptables -A OUTPUT -p icmp --icmp-type 0 -j DROP:)
4,466
Posted By mjoh
Try change: DEFINE('DB_HOST',...
Try change:
DEFINE('DB_HOST', 'root@localhost');to
DEFINE('DB_HOST', 'localhost');Got this error when trying your code:
6,859
Posted By mjoh
radulov: I want to compare the 12 rows with...
radulov:

I want to compare the 12 rows with one independent row, to see how many numbers that match in each row with the independent row.
I've actually tried to use AoA but i couldn't figure out...
5,058
Posted By mjoh
Hi, try to change the path you're using to...
Hi,

try to change the path you're using to the database with the actual database name in mysql.

Change:
$dbh = DBI->connect('DBI:mysql:C:\Program Files\MySQL\MySQL Server...
6,859
Posted By mjoh
Compare arrays (perl)
Hi,

my first post here!

Description of my problem:

I have one txt-file with six rows and each row contains seven numbers seperated with whitespaces.

I want to:

Compare one array with...
Showing results 1 to 8 of 8

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