Help for this page

Select Code to Download


  1. or download this
    $ cat pm_11137097_csv_parse.csv
    A,B,IP0,C,D,URL0,E,F
    ...
    A,B,IP0,C,D,URL7,E,F
    A,B,IP1,C,D,URL8,E,F
    A,B,IP0,C,D,URL9,E,F
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    dd \%urls_for_ip;
    
  3. or download this
    {
      IP0 => ["URL0", "URL7", "URL9"],
    ...
      IP3 => ["URL3"],
      IP9 => ["URL4"],
    }