Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print c => $ppp[1]->{c};
    print c => $ppp[2]->{c};
    
  2. or download this
    use strict;
    $\="\n";
    ...
    my %b = %f;
    print \%b;
    print they => are => not => equal => chr(33) if \%b ne \%f ;