meanroc has asked for the wisdom of the Perl Monks concerning the following question:

Hello guys, I am coding using Net::Ping

#!/usr/bin/perl use warnings; use strict; use Net::Ping; my $test=Net::Ping->new("syn"); $test->port_number(80); $test->ping(111.111.111.111);

But I want to criate my IP (IP spoof), what parameter I should choose?

Replies are listed 'Best First'.
Re: Net::Ping; dound
by VinsWorldcom (Prior) on Feb 26, 2014 at 20:34 UTC

    Not possible.

Re: Net::Ping; dound
by karlgoethebier (Abbot) on Feb 26, 2014 at 21:13 UTC

    I wonder what you want to do. But take a look at W._Richard_Stevens. Karl

    «The Crux of the Biscuit is the Apostrophe»

Re: Net::Ping; dound
by Anonymous Monk on Feb 27, 2014 at 01:21 UTC
    What means dound?
A reply falls below the community's threshold of quality. You may see it by logging in.