Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    print "$str $x $y $c $d\n";
    __END__
    ABCDEFGHIJKLMNOPQRSTUVWXYZ 1 -1 10 -2
    
  2. or download this
    $hash{foo}.=$foo;
    next if $dupe{$_}++;