Help for this page

Select Code to Download


  1. or download this
    @ARGV = $_, push @data, $_, <> for @{[@ARGV]};
    
  2. or download this
    @ARGV = $_, push @data, $_, <> for map $_, @ARGV;