Help for this page

Select Code to Download


  1. or download this
    perl -M'Getopt::Long -e 'use warnings; my ($x,$y); GetOptions ("v" => 
    +\$x, "V" => \$y);'
    
  2. or download this
      if ( $dups && $^W ) {
            foreach ( split(/\n+/, $dups) ) {
                warn($_."\n");