Help for this page

Select Code to Download


  1. or download this
    if(@ARGV eq "h")
    
  2. or download this
    if ($ARGV[0] eq 'h')
    
  3. or download this
    if (grep { $_ eq 'h' } @ARGV)