Help for this page

Select Code to Download


  1. or download this
    use Getopt::Long;
    
    ...
    );
    
    print $ip;
    
  2. or download this
    perl yourscript.pl --ip=192.168.0.1
    perl yourscript.pl --ip 192.168.0.1